mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-04 20:18:12 +00:00
Consistent casing for addHTML()
This commit is contained in:
parent
f185731f9c
commit
08ebbaab0f
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue