From c5f40fad84834628d2eabeab83f6b7b8b6907cb8 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 20 Aug 2005 15:37:57 +0000 Subject: [PATCH] oops, randomly deleted character --- includes/Parser.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1