From 158572ffd35f6c7b09c3379c0ffbfc297937bddb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 13 Jan 2006 00:07:55 +0000 Subject: [PATCH] whitespace --- includes/RawPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/RawPage.php b/includes/RawPage.php index cf354160e9..b5bc548bef 100644 --- a/includes/RawPage.php +++ b/includes/RawPage.php @@ -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 ) { -- 2.20.1