cleanup in html template + tidylib
* few small cleanup in html template (avoid empty tbody, put id between
quotes)
* switch to tidylib to validate the html instead of the previous hack
calling an external service (https://html5.validator.nu/)
* remove the previous validator script
* add exception for tidylib on empty <span> (these are required by
bootstrap)
1 parent 02357d8 commit a56c491ee1a59f59a52182d4c204fa4bbf4bae78
@kakwa kakwa authored on 10 Feb 2019
Showing 6 changed files
View
resources/templates/adduser.tmpl
View
resources/templates/base.tmpl
View
resources/templates/index.tmpl
View
setup.py
View
tests/html_validator.py 100755 → 0
View
tests/test_LdapCherry.py