Closed (fixed)
Project:
Basic
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 22:52 UTC
Updated:
8 Jul 2008 at 17:27 UTC
There are more </div> then <div>. Removing the last one seems to fix it.
<?php if ($links): ?>
<div class="links">
<?php print $links; ?>
</div>
<?php endif; ?>
</div>
</div>
Comments
Comment #1
boombatower commentedI assume this exists in 5.x as well.
Comment #2
SteveK commentedthanks. This has been committed to the dev snapshot.