From: Tim Starling Date: Sat, 20 Aug 2005 15:37:57 +0000 (+0000) Subject: oops, randomly deleted character X-Git-Tag: 1.6.0~1864 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c5f40fad84834628d2eabeab83f6b7b8b6907cb8;p=lhc%2Fweb%2Fwiklou.git oops, randomly deleted character --- diff --git a/includes/Parser.php b/includes/Parser.php index 8e8175c944..265b479ae8 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2245,6 +2245,7 @@ class Parser if ( $this->mOutputType == OT_HTML && !$found ) { $text = '[['.$title->getPrefixedText().']]'; $found = true; + } # Template cache array insertion if( $found ) {