diff options
| author | Chris Rebert <[email protected]> | 2013-12-15 19:45:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-15 19:45:34 -0800 |
| commit | 75db35507322ad02ded7fe32a2e74dcf3f4c58cf (patch) | |
| tree | 38ab2faef69eeaea6e9a2cd2a5aca8e12c576b36 | |
| parent | 94bdea00541f5fd1e327cfcf8fc0dba0a8b624c0 (diff) | |
| parent | 43c3d785ef4d3ae67e097501e932fdad6751defc (diff) | |
| download | bootstrap-75db35507322ad02ded7fe32a2e74dcf3f4c58cf.tar.xz bootstrap-75db35507322ad02ded7fe32a2e74dcf3f4c58cf.zip | |
Merge pull request #11886 from twbs/html-validator-config
explicitly set more HTML5 validator options
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c4c3ced58..d350ce3ad 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.', |
