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

phpwee.php correct start tag #17

Open almare opened 8 years ago

almare commented 8 years ago

The phpwee.php starts just with this tag <?. In my case now is that the source code is printed in the html body. I made a drupal module to minify the html output and this works really good with minor suprises. I would recommend to change the <? tag to <?php to fix this behavior