You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<html><body><ul><listyle="display: inline;" class="foo">
à
</li><nocompress><!-- Protect me --></nocompress><liclass="foo" style="display: inline;">
á
</li><!-- Remove me --></ul>
Does it take minutes, hours or days to fix?
I don't know
Any additional information?
The code should return
<html><body><ul><liclass=foostyle="display: inline;"> à <!-- Protect me --><liclass=foostyle="display: inline;"> á </ul>
or at least
<html><body><ul><liclass=foostyle="display: inline;"> à <nocompress><!-- Protect me --></nocompress><liclass=foostyle="display: inline;"> á </ul>
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.84. Please mark this comment with 👍 or 👎 to give our bot feedback!
Hello Lars Moelleken,
Thank you for sharing this great library, it's very useful ! :)
What is this feature about (expected vs actual behaviour)?
HtmlMin doesn't work properly when using
<nocompress></nocompress>
tag.How can I reproduce it?
This code returns
Does it take minutes, hours or days to fix?
I don't know
Any additional information?
The code should return
or at least
The text was updated successfully, but these errors were encountered: