django-htmlmin
django-htmlmin copied to clipboard
Explicit space in tag gets removed
I was doing this:
<h2> </h2>
and htmlmin removed this space.
We also have this problem and really want it fixed. The problem is that django-htmlmin uses s
in their whitespace-removal regex which also removes non-breaking spaces. I haven't come up with a clean solution to this yet…
Found a solution, I will now prepare a pull request.
Hi, can you please release this on PyPi?
Yes, please do so! @andrewsmedina
@raphaelm and @crobays I will do it ;)