Commit 0abdb81
committed
check-build-and-verify.sh: ignore another html5validator error about document language.
After a09a3f5 commit it has started to fail with another error on
another file:
WARNING:html5validator.validator:"file:/home/travis/build/php-coder/mystamps/src/main/webapp/WEB-INF/views/category/info.html":1.16-5.71:
info warning: This document appears to be written in Lithuanian but the "html" start tag has "lang="en"".
Consider using "lang="lt"" (or variant) instead.
Work around for svenkreiss/html5validator#321 parent a09a3f5 commit 0abdb81
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments