oops
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 29 May 2004 15:17:46 +0000 (15:17 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 29 May 2004 15:17:46 +0000 (15:17 +0000)
includes/ParserCache.php

index 6b783bf..468fdc1 100644 (file)
@@ -39,7 +39,7 @@ class ParserCache
                $key = $this->getKey( $article, $user );
                $touched = $article->getTouched();
                $parserOutput->setTouched( $touched );
-               $parserOutput->mText .= "\n<-- Saved in parser cache with key $key and timestamp $touched -->\n";
+               $parserOutput->mText .= "\n<!-- Saved in parser cache with key $key and timestamp $touched -->\n";
 
                if( $parserOutput->containsOldMagic() ){
                        $expire = 3600; # 1 hour