Project

General

Profile

Bug #15966 ยป template.php.patch

Administrator Admin, 2006-04-02 13:10

View differences:

typo3/template.php 2 Apr 2006 10:57:43 -0000
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)