Closed peterblazejewicz closed 11 years ago
Short PHP tag used in one place in articles.php template file results in parser error on some installations with short tag support set off. That is probably small typo: https://github.com/niklausgerber/monochrome/blob/master/site/templates/articles.php#L42
<? endif ?>
should be:
<?php endif ?>
thanks, Peter
Hi Peter
I missed that one. Thanks a lot for the change.
Cheers Nik
Short PHP tag used in one place in articles.php template file results in parser error on some installations with short tag support set off. That is probably small typo: https://github.com/niklausgerber/monochrome/blob/master/site/templates/articles.php#L42
should be:
thanks, Peter