sashamoshura / htmlcompressor

Automatically exported from code.google.com/p/htmlcompressor
Apache License 2.0
0 stars 0 forks source link

htmlcompressor removes nonredundant whitespaces #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
htmlcompressor removes also nonredundant whitespaces. For example:
<b>hello</b> <i>world</i>
will become
<b>hello</b><i>world</i>

Original issue reported on code.google.com by m.zd...@gmail.com on 3 May 2011 at 2:06

GoogleCodeExporter commented 8 years ago
There is no way of knowing which whitespaces are redundant and which aren't. If 
you markup is affected the only solution would be to disable space removal 
between tags.

Original comment by serg472@gmail.com on 3 May 2011 at 3:27