niklausgerber / monochrome

A fully responsive Kirby CMS theme
https://www.niklausgerber.com
28 stars 7 forks source link

short PHP tag used in articles.php template results in parser error #1

Closed peterblazejewicz closed 11 years ago

peterblazejewicz commented 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

niklausgerber commented 11 years ago

Hi Peter

I missed that one. Thanks a lot for the change.

Cheers Nik