pilif / sacy

Smarty Asset Compiler (warning: all branches but master are subject to force pushes)
http://pilif.github.com/sacy
MIT License
34 stars 12 forks source link

cssmin.php uses php short tag #8

Closed ghost closed 12 years ago

ghost commented 12 years ago

The file /sacy/cssmin.php uses the php short tag <? instead of <?php to open the file. This will cause the file to be included as text and not compiled when used on a server where the php ini directive short_open_tag is set to "Off".

Simple change to <?php.

pilif commented 12 years ago

also fixed in your pull request. Thanks!