Closed (works as designed)
Project:
Summertime
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 14:57 UTC
Updated:
2 May 2010 at 11:25 UTC
node.tpl has a rather ugly
<?php }; ?>
Looks like this closes the if ($page == 0) much further up. An if: endif; would be cleaner to read.
Comments
Comment #1
restyler commentedbrackets approach is not so ugly if you have editor with "highlight matching brace" - it helps a lot.
Comment #2
joachim commentedThat's a fair point; but it's not what the core does in its templates.