r50066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50065‎ | r50066 | r50067 >
Date:05:29, 30 April 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Don't double-escape RootPW error.
Modified paths:
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -982,7 +982,7 @@
983983 print "<li>Couldn't create database <tt>" .
984984 htmlspecialchars( $wgDBname ) .
985985 "</tt>; try with root access or check your username/pass.</li>\n";
986 - $errs["RootPW"] = "&lt;- Enter";
 986+ $errs["RootPW"] = "<- Enter";
987987 continue;
988988 }
989989 print "<li>Created database <tt>" . htmlspecialchars( $wgDBname ) . "</tt></li>\n";

Status & tagging log