Bug #20696 » 11446_v2.diff
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
|