Ignore:
Timestamp:
May 24, 2010, 1:44:45 AM (14 years ago)
Author:
plg
Message:

merge r6313 from branch 2.1 to trunk

bug 1685 fixed: typo on identification.php link

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/include

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/include/functions_html.inc.php

    r6315 r6316  
    295295    echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
    296296    echo '<div style="text-align:center;">'.l10n('You are not authorized to access the requested page').'<br>';
    297     echo '<a href="'.get_root_url().'Identification.php">'.l10n('Identification').'</a>&nbsp;';
     297    echo '<a href="'.get_root_url().'identification.php">'.l10n('Identification').'</a>&nbsp;';
    298298    echo '<a href="'.make_index_url().'">'.l10n('Home').'</a></div>';
    299299    echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size
Note: See TracChangeset for help on using the changeset viewer.