mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Ignore the bogus lang vnu.jar error.
This commit is contained in:
parent
2f9d4d8ab2
commit
13be9aa00b
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
|
||||||
'The “time” input type is not supported in all browsers.*',
|
'The “time” input type is not supported in all browsers.*',
|
||||||
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
|
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
|
||||||
// Explicit role="main" is redundant for other modern browsers, but still valid.
|
// Explicit role="main" is redundant for other modern browsers, but still valid.
|
||||||
'The “main” role is unnecessary for element “main”.'
|
'The “main” role is unnecessary for element “main”.',
|
||||||
|
// For some reason, the validator thinks the dashboard example is written in Danish
|
||||||
|
'This document appears to be written in Danish.*'
|
||||||
].join('|')
|
].join('|')
|
||||||
|
|
||||||
const args = [
|
const args = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue