Index: trunk/phase3/config/index.php |
— | — | @@ -982,7 +982,7 @@ |
983 | 983 | print "<li>Couldn't create database <tt>" . |
984 | 984 | htmlspecialchars( $wgDBname ) . |
985 | 985 | "</tt>; try with root access or check your username/pass.</li>\n"; |
986 | | - $errs["RootPW"] = "<- Enter"; |
| 986 | + $errs["RootPW"] = "<- Enter"; |
987 | 987 | continue; |
988 | 988 | } |
989 | 989 | print "<li>Created database <tt>" . htmlspecialchars( $wgDBname ) . "</tt></li>\n"; |