mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
Merge pull request #11886 from twbs/html-validator-config
explicitly set more HTML5 validator options
This commit is contained in:
commit
75db355073
1 changed files with 2 additions and 0 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue