Commit 43c3d785 authored by Chris Rebert's avatar Chris Rebert
Browse files

explicitly set more HTML5 validator options

parent 94bdea00
Showing with 2 additions and 0 deletions
+2 -0
......@@ -193,6 +193,8 @@ module.exports = function (grunt) {
validation: {
options: {
charset: 'utf-8',
doctype: 'HTML5',
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