durehed / htmlcompressor

Automatically exported from code.google.com/p/htmlcompressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class whitespace bug

GoogleCodeExporter opened this issue · comments

eg: <a class="nav-mask <%-menu.icon%>">test</a>
that's right;
if like this <a class="<%-menu.icon%> nav-mask">test</a>
Compressed <a class="menu-iconnav-mask">test</a>

Original issue reported on code.google.com by Intellig...@gmail.com on 23 Nov 2012 at 6:23

Htmlcompressor isn't made for compressing non-html sources. All I can suggest 
is wrap problem places with <!-- {{{ -->...<!-- }}} --> to skip them.

Original comment by serg472@gmail.com on 10 Mar 2013 at 7:11

  • Changed state: WontFix