mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 20:07:42 +02:00
fix typo
This commit is contained in:
parent
046afbbe29
commit
abfce4803a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def htmlvalidator(page):
|
|||
if _is_html_error(line):
|
||||
print("################")
|
||||
print("Blocking error: '%s'" % line)
|
||||
print("all tidy_document errors:"
|
||||
print("all tidy_document errors:")
|
||||
print(errors)
|
||||
print("################")
|
||||
raise HtmlValidationFailed(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue