Closed (fixed)
Project:
Bamboo
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Dec 2013 at 17:38 UTC
Updated:
10 Jan 2014 at 02:30 UTC
Jump to comment: Most recent
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
Comment #1
danny englandereek, that's pretty bad. Thanks for pointing it out! I should have a fix within the next few days.
Comment #2
danny englanderThis is now fixed with 1.6: https://drupal.org/node/2163221