mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Merge pull request #11886 from twbs/html-validator-config
explicitly set more HTML5 validator options
This commit is contained in:
commit
75db355073
@ -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…
x
Reference in New Issue
Block a user