bug in templates.php
-
Hi,
I run php with short_open_tags = off.
This causes a parse error in templates.php.
The reason is that on line 99 (CVS of 1.3 from today)
a short open tag is used instead of a normal one.
So this line:
<? endforeach; ?>
should be:
<?php endforeach; ?>
Regards
Adi
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug in templates.php’ is closed to new replies.