cobrateam / django-htmlmin

HTML minifier for Python frameworks (not only Django, despite the name).
http://pypi.python.org/pypi/django-htmlmin
BSD 2-Clause "Simplified" License
542 stars 73 forks source link

Trailing slash on void elements #181

Open ma11011s opened 1 year ago

ma11011s commented 1 year ago

validator.w3.org generates info messages that it detected "Trailing slash on void elements". django-htmlmin add these trailing slashes.

image