diff options
| -rw-r--r-- | build/vnu-jar.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js index d1002c0a9..991d5c1c0 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 = [ |
