Updates ignore html error list

This commit is contained in:
Mouse Reeve 2023-05-15 05:31:07 -07:00
parent 912e92bacd
commit 0e0d9d2d08

View file

@ -18,6 +18,7 @@ def validate_html(html):
for e in errors.split("\n")
if "&book" not in e
and "&type" not in e
and "&resolved" not in e
and "id and name attribute" not in e
and "illegal characters found in URI" not in e
and "escaping malformed URI reference" not in e