i am trying to understand what the node.tpl.php file is doing with $title - removing the actual title printing lines for clarity, it boils down to this:

  <?php if (!$page && $title): ?>
    <header>
  <?php else: ?>
    </header>
  <?php endif; ?>

doesn't that leave you with either an unclosed or unopened HEADER tag? i thought it might be working in combination with something else but i can't find anything.

Comments

danny englander’s picture

Assigned: Unassigned » danny englander

eek, that's pretty bad. Thanks for pointing it out! I should have a fix within the next few days.

danny englander’s picture

Status: Active » Fixed

This is now fixed with 1.6: https://drupal.org/node/2163221

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.