diff --git a/Gruntfile.js b/Gruntfile.js index e4f00bdb44..9b167e8f04 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: { diff --git a/components.html b/components.html index dbe981c2a9..f2c5663d94 100644 --- a/components.html +++ b/components.html @@ -2778,22 +2778,22 @@ body { padding-bottom: 70px; }
@@ -2815,7 +2815,7 @@ body { padding-bottom: 70px; }