From: Steve Sanbeg Date: Tue, 1 May 2007 23:08:23 +0000 (+0000) Subject: clean up indentation X-Git-Tag: 1.31.0-rc.0~53135 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=1aa0bba50bf3f155e8709fa1329c72601496fe4b;p=lhc%2Fweb%2Fwiklou.git clean up indentation --- diff --git a/includes/Parser.php b/includes/Parser.php index 767fdef349..c0c470992b 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3212,7 +3212,7 @@ class Parser # replace ==section headers== # XXX this needs to go away once we have a better parser. if ( !$this->ot['wiki'] && !$this->ot['pre'] && $replaceHeadings ) { - if( !is_null( $title ) ) + if( !is_null( $title ) ) $encodedname = base64_encode($title->getPrefixedDBkey()); else $encodedname = base64_encode(""); @@ -3287,8 +3287,8 @@ class Parser } function fetchTemplate( $title ) { - $rv = $this->fetchTemplateAndtitle($title); - return $rv[0]; + $rv = $this->fetchTemplateAndtitle($title); + return $rv[0]; } /**