searchturbine / phpwee-php-minifier

Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee
Other
79 stars 46 forks source link

Trimming nodes' values discards valid whitespaces #30

Closed gquagliano closed 3 years ago

gquagliano commented 4 years ago

For instance: Foo <strong>Bar</strong> would become Foo<strong>Bar</strong>, which is incorrect.