From: Chris Rebert Date: Mon, 16 Dec 2013 03:42:47 +0000 (-0800) Subject: explicitly set more HTML5 validator options X-Git-Tag: v3.1.0~148^2^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11886%2Fhead;p=thirdparty%2Fbootstrap.git explicitly set more HTML5 validator options --- 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.',