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:
+2
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user