From 41a5ccaf9ad955506b6be6d800ea255f6f6574f2 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Mon, 6 Dec 2010 13:21:46 +0000 Subject: [PATCH] Adding reference to bug 26267. Follow-up on r77123 --- includes/installer/WebInstallerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1