mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
explicitly set more HTML5 validator options
This commit is contained in:
parent
94bdea0054
commit
43c3d785ef
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
validation: {
|
validation: {
|
||||||
options: {
|
options: {
|
||||||
|
charset: 'utf-8',
|
||||||
|
doctype: 'HTML5',
|
||||||
reset: true,
|
reset: true,
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
||||||
|
|
Loading…
Reference in a new issue