Changeset 3018


Ignore:
Timestamp:
Dec 23, 2008, 8:41:15 PM (15 years ago)
Author:
laurent_duretz
Message:

Title overlap correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/auto-install/trunk/piwigo-loader.php

    r2879 r3018  
    499499                                        $redir = preg_replace('#/+#','/',str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])).'/'.$dest.'/install.php');
    500500
    501                                         $text = '<h2>'.l10n('Congratulations!').'</h2>'
     501                                        $text = '<h3>'.l10n('Congratulations!').'</h3>'
    502502                                        .'<p>'.l10n('Everything went fine. You are now ready to start the installation procedure.').'</p>'
    503503                                        .'<form action="'.$redir.'" method="get"><p class="button">'
Note: See TracChangeset for help on using the changeset viewer.