Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htmlcompressor removes nonredundant whitespaces #41

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 1 comment
Closed

htmlcompressor removes nonredundant whitespaces #41

GoogleCodeExporter opened this issue Aug 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant