mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-07 00:08:48 +00:00
Updates ignore html error list
This commit is contained in:
parent
912e92bacd
commit
0e0d9d2d08
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ def validate_html(html):
|
||||||
for e in errors.split("\n")
|
for e in errors.split("\n")
|
||||||
if "&book" not in e
|
if "&book" not in e
|
||||||
and "&type" not in e
|
and "&type" not in e
|
||||||
|
and "&resolved" not in e
|
||||||
and "id and name attribute" not in e
|
and "id and name attribute" not in e
|
||||||
and "illegal characters found in URI" not in e
|
and "illegal characters found in URI" not in e
|
||||||
and "escaping malformed URI reference" not in e
|
and "escaping malformed URI reference" not in e
|
||||||
|
|
Loading…
Reference in a new issue