whitespace
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Jan 2006 00:07:55 +0000 (00:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Jan 2006 00:07:55 +0000 (00:07 +0000)
includes/RawPage.php

index cf35416..b5bc548 100644 (file)
@@ -130,9 +130,9 @@ class RawPage {
                        $text = '';
 
                        // If it's a MediaWiki message we can just hit the message cache
-                       if ( $this->mTitle->getNamespace() == NS_MEDIAWIKI )
+                       if ( $this->mTitle->getNamespace() == NS_MEDIAWIKI ) {
                                $text = wfMsgForContentNoTrans( $this->mTitle->getDbkey() );
-                       else {
+                       else {
                                // Get it from the DB
                                $rev = Revision::newFromTitle( $this->mTitle, $this->mOldId );
                                if ( $rev ) {