From: Aaron Schulz Date: Sun, 13 Feb 2011 23:20:53 +0000 (+0000) Subject: Broke long line X-Git-Tag: 1.31.0-rc.0~32002 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=f8a792c12cb2d934325d9ea68bf2932cbf4c7d2d;p=lhc%2Fweb%2Fwiklou.git Broke long line --- diff --git a/includes/EditPage.php b/includes/EditPage.php index fb245c8d34..638146d160 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1825,7 +1825,8 @@ HTML // Allow for site and per-namespace customization of contribution/copyright notice. wfRunHooks( 'EditPageCopyrightWarning', array( $this->mTitle, &$copywarnMsg ) ); - return "
\n" . call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n
"; + return "
\n" . + call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n
"; } protected function showStandardInputs( &$tabindex = 2 ) {