2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216

This commit is contained in:
Chris Rebert
2013-10-23 23:41:17 -07:00
parent 0d122fc323
commit 54cd0f8c2f
6 changed files with 36 additions and 35 deletions
+2 -1
View File
@@ -134,7 +134,8 @@ module.exports = function(grunt) {
options: {
reset: true,
relaxerror: [
"Bad value X-UA-Compatible for attribute http-equiv on element meta."
"Bad value X-UA-Compatible for attribute http-equiv on element meta.",
"Element img is missing required attribute src."
]
},
files: {