aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-23 23:41:17 -0700
committerChris Rebert <[email protected]>2013-10-23 23:41:17 -0700
commit54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 (patch)
tree3d5c86c4acfb1523abb5ffc673d985c27d30413d /Gruntfile.js
parent0d122fc3230663cadfef7474bbf54aa297334c72 (diff)
downloadbootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.tar.xz
bootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.zip
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e4f00bdb4..9b167e8f0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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: {