Index: typo3/template.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/template.php,v retrieving revision 1.51 diff -u -r1.51 template.php --- typo3/template.php 26 Dec 2005 21:19:45 -0000 1.51 +++ typo3/template.php 2 Apr 2006 10:57:43 -0000 @@ -1473,7 +1473,7 @@ 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);