Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1825,7 +1825,8 @@ |
1826 | 1826 | // Allow for site and per-namespace customization of contribution/copyright notice. |
1827 | 1827 | wfRunHooks( 'EditPageCopyrightWarning', array( $this->mTitle, &$copywarnMsg ) ); |
1828 | 1828 | |
1829 | | - return "<div id=\"editpage-copywarn\">\n" . call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>"; |
| 1829 | + return "<div id=\"editpage-copywarn\">\n" . |
| 1830 | + call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>"; |
1830 | 1831 | } |
1831 | 1832 | |
1832 | 1833 | protected function showStandardInputs( &$tabindex = 2 ) { |