From 43c3d785ef4d3ae67e097501e932fdad6751defc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 15 Dec 2013 19:42:47 -0800 Subject: [PATCH] explicitly set more HTML5 validator options --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index c4c3ced58f..d350ce3ad6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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.',