Project

General

Profile

Bug #15362 ยป template.php.diff

Administrator Admin, 2009-04-17 10:27

View differences:

typo3/template.php (working copy)
foreach($menuItems as $value => $label) {
$menuDef[$value]['isActive'] = !strcmp($currentValue,$value);
$menuDef[$value]['label'] = t3lib_div::deHSCentities(htmlspecialchars($label));
$menuDef[$value]['url'] = htmlspecialchars($script.'?'.$mainParams.$addparams.'&'.$elementName.'='.$value);
$menuDef[$value]['url'] = $script.'?'.$mainParams.$addparams.'&'.$elementName.'='.$value;
}
$content = $this->getTabMenuRaw($menuDef);
    (1-1/1)