From: Krinkle Date: Mon, 6 Dec 2010 13:21:46 +0000 (+0000) Subject: Adding reference to bug 26267. Follow-up on r77123 X-Git-Tag: 1.31.0-rc.0~33526 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=41a5ccaf9ad955506b6be6d800ea255f6f6574f2;p=lhc%2Fweb%2Fwiklou.git Adding reference to bug 26267. Follow-up on r77123 --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 116829c5b2..dcde76fe44 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -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"; }