From cdf68120b13a452662a32dd28ef0c3e57c85eb8b Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 29 May 2004 15:17:46 +0000 Subject: [PATCH] oops --- includes/ParserCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ParserCache.php b/includes/ParserCache.php index 6b783bf100..468fdc1eab 100644 --- a/includes/ParserCache.php +++ b/includes/ParserCache.php @@ -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\n"; if( $parserOutput->containsOldMagic() ){ $expire = 3600; # 1 hour -- 2.20.1