From: Brion Vibber Date: Fri, 13 Jan 2006 00:07:55 +0000 (+0000) Subject: whitespace X-Git-Tag: 1.6.0~582 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=158572ffd35f6c7b09c3379c0ffbfc297937bddb;p=lhc%2Fweb%2Fwiklou.git whitespace --- 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 ) {