From 43b769fe359cddf375e26a4b3e0535689419a49b Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sun, 6 Nov 2011 21:31:52 +0000 Subject: [PATCH] re r102027: split up long lines --- includes/installer/WebInstallerPage.php | 38 ++++++++++++++++--------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 579f114335..387001eb31 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -69,7 +69,8 @@ abstract class WebInstallerPage { if ( $continue ) { // 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"; + array( 'name' => "enter-$continue", 'style' => + 'visibility:hidden;overflow:hidden;width:1px;margin:0' ) ) . "\n"; } if ( $back ) { @@ -133,9 +134,11 @@ abstract class WebInstallerPage { */ protected function startLiveBox() { $this->addHTML( - '' . + '' . '' . - '