Index: typo3/index.php =================================================================== --- typo3/index.php (revision 10402) +++ typo3/index.php (working copy) @@ -211,7 +211,7 @@ } // Starting page: - $this->content .= $TBE_TEMPLATE->startPage('TYPO3 Login: ' . htmlspecialchars($TYPO3_CONF_VARS['SYS']['sitename']), FALSE); + $this->content .= $TBE_TEMPLATE->startPage('TYPO3 Login: ' . $TYPO3_CONF_VARS['SYS']['sitename'], FALSE); // Add login form: $this->content.=$this->wrapLoginForm($loginForm);