From d1b62c1d58d7017f3cce7686cb62d2725214e6ee Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 23 May 2010 23:39:00 +0000 Subject: bug 1685 fixed: typo on identification.php link git-svn-id: http://piwigo.org/svn/branches/2.1@6313 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_html.inc.php') 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(); -- cgit v1.2.3