oops, randomly deleted character
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Aug 2005 15:37:57 +0000 (15:37 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Aug 2005 15:37:57 +0000 (15:37 +0000)
includes/Parser.php

index 8e8175c..265b479 100644 (file)
@@ -2245,6 +2245,7 @@ class Parser
                                if ( $this->mOutputType == OT_HTML && !$found ) {
                                        $text = '[['.$title->getPrefixedText().']]';
                                        $found = true;
+                               }
 
                                # Template cache array insertion
                                if( $found ) {