From: Mark A. Hershberger Date: Sun, 6 Nov 2011 21:31:52 +0000 (+0000) Subject: re r102027: split up long lines X-Git-Tag: 1.31.0-rc.0~26674 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=43b769fe359cddf375e26a4b3e0535689419a49b;p=lhc%2Fweb%2Fwiklou.git re r102027: split up long lines --- 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( - '' . + '' . '' . - '