From f8a792c12cb2d934325d9ea68bf2932cbf4c7d2d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 13 Feb 2011 23:20:53 +0000 Subject: [PATCH] Broke long line --- includes/EditPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) { -- 2.20.1