diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-10 20:23:58 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-10 20:23:58 +0100 |
| commit | eaf3b53e44e1e1015f87181d27d651a2b1ea0a0d (patch) | |
| tree | ec048862a32cd9f548ba761d1021c97842d82203 | |
| parent | bf4a331f1a6817b477bd5a931bb3b0671997f9de (diff) | |
| parent | ff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7 (diff) | |
| download | bootstrap-eaf3b53e44e1e1015f87181d27d651a2b1ea0a0d.tar.xz bootstrap-eaf3b53e44e1e1015f87181d27d651a2b1ea0a0d.zip | |
Merge pull request #15072 from twbs/html-validator-x-ua-compatible
HTML validation: No longer relax the `X-UA-Compatible` error
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8d293654e..76fbbcbaf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -321,7 +321,6 @@ module.exports = function (grunt) { failHard: true, reset: true, relaxerror: [ - 'Bad value X-UA-Compatible for attribute http-equiv on element meta.', 'Element img is missing required attribute src.', 'Attribute autocomplete not allowed on element input at this point.', 'Attribute autocomplete not allowed on element button at this point.' |
