From: Tim Starling Date: Sat, 29 May 2004 15:17:46 +0000 (+0000) Subject: oops X-Git-Tag: 1.5.0alpha1~3156 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=cdf68120b13a452662a32dd28ef0c3e57c85eb8b;p=lhc%2Fweb%2Fwiklou.git oops --- 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