Commit dcfe710f authored by Chris Rebert's avatar Chris Rebert
Browse files

enable failHard grunt-html-validation option; fixes #11876

parent af1afb10
Showing with 1 addition and 0 deletions
+1 -0
......@@ -195,6 +195,7 @@ module.exports = function (grunt) {
options: {
charset: 'utf-8',
doctype: 'HTML5',
failHard: true,
reset: true,
relaxerror: [
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment