Closed plyd closed 7 years ago
Howdy. This sounds like a bad issue. Can you provide me with a sample where there problem occurs?
Hello mankyd, Thanks for your answer! Here is a small example I wrote with this bug :
import htmlmin
example_page = u"""
"""
minified_example = htmlmin.minify(example_page) print minified_example
is transformed in <input value=>> which is not good HTML.