diff options
| author | Mark Otto <[email protected]> | 2013-12-15 22:10:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 22:10:05 -0800 |
| commit | ec261a83a565cfa13d436feebd7a67360a920e9a (patch) | |
| tree | 07d3c1d6e4cac03165e58158a926466a299d5de9 /Gruntfile.js | |
| parent | ca14b9652cb1d1adb2561fac37db0bb75c3b5838 (diff) | |
| parent | 05b0a74d9af87c468c227fd77d71bf237100668f (diff) | |
| download | bootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.tar.xz bootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'Gruntfile.js')
| -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.', |
