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

boombatower’s picture

I assume this exists in 5.x as well.

SteveK’s picture

Status: Active » Closed (fixed)

thanks. This has been committed to the dev snapshot.