deanhume / html-minifier

A simple command line tool to minify your HTML, Razor views & Web Forms views
http://deanhume.github.io/html-minifier/
MIT License
134 stars 86 forks source link

Inline tag bug #9

Closed jitbit closed 9 years ago

jitbit commented 9 years ago

The code <b>click</b> <a href=xxx>here</a> will be displayed as "clickhere" (no space)

martonx commented 9 years ago

I think, you should use ;nbsp instead of real space.

deanhume commented 9 years ago

Hi @jitbit This issue has been resolved with the latest release. Please see here (https://github.com/deanhume/html-minifier/releases/tag/v1.3) for more detail.