Adding reference to bug 26267. Follow-up on r77123
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 6 Dec 2010 13:21:46 +0000 (13:21 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 6 Dec 2010 13:21:46 +0000 (13:21 +0000)
includes/installer/WebInstallerPage.php

index 116829c..dcde76f 100644 (file)
@@ -58,7 +58,7 @@ abstract class WebInstallerPage {
                }
                
                if ( $continue ) {
-                       // Fake submit button for enter keypress
+                       // Fake submit button for enter keypress (bug 26267)
                        $s .= Xml::submitButton( wfMsg( "config-$continue" ),
                                array( 'name' => "enter-$continue", 'style' => 'visibility:hidden;overflow:hidden;width:1px;margin:0' ) ) . "\n";
                }