Index: trunk/phase3/includes/ParserCache.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | $key = $this->getKey( $article, $user ); |
41 | 41 | $touched = $article->getTouched(); |
42 | 42 | $parserOutput->setTouched( $touched ); |
43 | | - $parserOutput->mText .= "\n<-- Saved in parser cache with key $key and timestamp $touched -->\n"; |
| 43 | + $parserOutput->mText .= "\n<!-- Saved in parser cache with key $key and timestamp $touched -->\n"; |
44 | 44 | |
45 | 45 | if( $parserOutput->containsOldMagic() ){ |
46 | 46 | $expire = 3600; # 1 hour |