]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
explicitly set more HTML5 validator options 11886/head
authorChris Rebert <code@rebertia.com>
Mon, 16 Dec 2013 03:42:47 +0000 (19:42 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 16 Dec 2013 03:42:47 +0000 (19:42 -0800)
Gruntfile.js

index c4c3ced58f2c7348dd4a39ec69259a1adf18d45e..d350ce3ad6583bd0acd279c3b3fdebcee5b7fae3 100644 (file)
@@ -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.',