wider exception for <input> attribute "type" has invalid value

This commit is contained in:
kakwa 2019-02-09 19:26:31 +01:00
parent fba2d32b44
commit e50df5dde3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def _is_html_error(line):
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',
r'.*Warning: <script> inserting "type" attribute.*',
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
r'.*Warning: <input> attribute "id" has invalid value.*',
]:
if re.match(p, line):
return False