Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-01-10 10:19:18 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-01-11 11:16:12 +0300
commit13be9aa00b899ff2a93c9da6ee423d5b05d28c92 (patch)
treee0a6090eeecdee8c07ddbddbe82f409cbd2f27f2 /build/vnu-jar.js
parent2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e (diff)
Ignore the bogus lang vnu.jar error.
Diffstat (limited to 'build/vnu-jar.js')
-rw-r--r--build/vnu-jar.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index d1002c0a91..991d5c1c09 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'The “time” input type is not supported in all browsers.*',
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// 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('|')
const args = [