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>
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.