diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index e78f823e8..ffbb0d8ce 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -294,7 +294,7 @@ function access_denied() { echo ''; echo '
'.l10n('You are not authorized to access the requested page').'
'; - echo ''.l10n('Identification').' '; + echo ''.l10n('Identification').' '; echo ''.l10n('Home').'
'; echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size exit();