From 1e1dfbb6dd0619678b0ed3c21d4a91446777e76a Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 23 May 2010 23:44:45 +0000 Subject: merge r6313 from branch 2.1 to trunk bug 1685 fixed: typo on identification.php link git-svn-id: http://piwigo.org/svn/trunk@6316 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