Broke long line
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Feb 2011 23:20:53 +0000 (23:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Feb 2011 23:20:53 +0000 (23:20 +0000)
includes/EditPage.php

index fb245c8..638146d 100644 (file)
@@ -1825,7 +1825,8 @@ HTML
                // Allow for site and per-namespace customization of contribution/copyright notice.
                wfRunHooks( 'EditPageCopyrightWarning', array( $this->mTitle, &$copywarnMsg ) );
 
-               return "<div id=\"editpage-copywarn\">\n" . call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>";
+               return "<div id=\"editpage-copywarn\">\n" .
+                       call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>";
        }
 
        protected function showStandardInputs( &$tabindex = 2 ) {