fix syntax terror.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 14 Jan 2011 11:14:48 +0000 (11:14 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 14 Jan 2011 11:14:48 +0000 (11:14 +0000)
includes/EditPage.php

index 775c5b6..72d87ab 100644 (file)
@@ -392,7 +392,7 @@ class EditPage {
                $editnotice_ns   = 'editnotice-'.$this->mTitle->getNamespace();
                $editnotice_ns_message = wfMessage( $editnotice_ns )->inContentLanguage();
                if ( !$editnotice_ns_message->empty() ) {
-                       $wgOut->addWikiText( $editnotice_ns_msg->plain() )  );
+                       $wgOut->addWikiText( $editnotice_ns_msg->plain() );
                }
                if ( MWNamespace::hasSubpages( $this->mTitle->getNamespace() ) ) {
                        $parts = explode( '/', $this->mTitle->getDBkey() );