Closed (fixed)
Project:
Danland
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 19:44 UTC
Updated:
10 Apr 2010 at 04:32 UTC
file: /page-front.tpl.php, line 60-62
<?php if ($mission) : ?><div id="banner-bottom">
<div id="mission"><?php print $mission; ?></div><?php endif; ?>
</div>
The last closing DIV tag (line 62) should be inside the IF block (lines 60-61),
otherwise the false IF condition causes redundant closing DIV tag.
Comments
Comment #1
danpros commentedHmm... You are right, thanks! Committed. You can check it here.
Comment #2
danpros commentedNew version released.