Project

General

Profile

Bug #20696 » 11446_v2.diff

Administrator Admin, 2009-11-09 23:42

View differences:

typo3/class.webpagetree.php (working copy)
$this->wrapTitle($this->getTitleStr($v['row'],$titleLen),$v['row'],$v['bank'])."</div>\n";
if(!$v['hasSub']) { $itemHTML .= '</li>'; }
if(!$v['hasSub'] || ($v['invertedDepth'] === 1000 && key($closeDepth) === 999)) {
$itemHTML .= '</li>';
}
// we have to remember if this is the last one
// on level X so the last child on level X+1 closes the <ul>-tag
(2-2/3)