Consistent casing for addHTML()

This commit is contained in:
Siebrand Mazeland 2008-11-06 22:20:29 +00:00
parent f185731f9c
commit 08ebbaab0f

View file

@ -120,7 +120,7 @@ class CiteOutput {
}
$this->mArticle->fetchContent( $this->mId, false );
$ret = $wgParser->parse( $msg, $this->mTitle, $this->mParserOptions, false, true, $this->mArticle->getRevIdFetched() );
$wgOut->addHtml( $ret->getText() );
$wgOut->addHTML( $ret->getText() );
}
function genParserOptions() {