mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Fixing HTML validity test
This commit is contained in:
parent
f6e80ee0c0
commit
088ebccc08
1
run.sh
1
run.sh
@ -33,6 +33,7 @@ test_ludochaordic () {
|
|||||||
make DEBUG=1 OUTPUTDIR=output html
|
make DEBUG=1 OUTPUTDIR=output html
|
||||||
|
|
||||||
html5validator --root output/ \
|
html5validator --root output/ \
|
||||||
|
--ignore='Element "style" not allowed as child of element "section" in this context.' \
|
||||||
--ignore='Element "style" not allowed as child of element "div" in this context.'
|
--ignore='Element "style" not allowed as child of element "div" in this context.'
|
||||||
|
|
||||||
cp ../pelican-mg/.htmlhintrc output/
|
cp ../pelican-mg/.htmlhintrc output/
|
||||||
|
Loading…
Reference in New Issue
Block a user