Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | } |
60 | 60 | |
61 | 61 | if ( $continue ) { |
62 | | - // Fake submit button for enter keypress |
| 62 | + // Fake submit button for enter keypress (bug 26267) |
63 | 63 | $s .= Xml::submitButton( wfMsg( "config-$continue" ), |
64 | 64 | array( 'name' => "enter-$continue", 'style' => 'visibility:hidden;overflow:hidden;width:1px;margin:0' ) ) . "\n"; |
65 | 65 | } |