mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
explicitly set more HTML5 validator options
This commit is contained in:
parent
94bdea0054
commit
43c3d785ef
@ -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 New Issue
Block a user