Don't double-escape RootPW error.
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 30 Apr 2009 05:29:21 +0000 (05:29 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 30 Apr 2009 05:29:21 +0000 (05:29 +0000)
config/index.php

index 3a4ac7e..5570905 100644 (file)
@@ -982,7 +982,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) {
                                        print "<li>Couldn't create database <tt>" .
                                                htmlspecialchars( $wgDBname ) .
                                                "</tt>; try with root access or check your username/pass.</li>\n";
-                                       $errs["RootPW"] = "&lt;- Enter";
+                                       $errs["RootPW"] = "<- Enter";
                                        continue;
                                }
                                print "<li>Created database <tt>" . htmlspecialchars( $wgDBname ) . "</tt></li>\n";