mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
HTML email footer shows raw HTML
Change-Id: I45b8aa2b951c155a3f8c3c7be006604113cbc2ee
This commit is contained in:
parent
91dfdfcbd0
commit
08fdaa0d22
|
@ -127,7 +127,8 @@ EOF;
|
||||||
|
|
||||||
return $this->msg( 'echo-email-html-footer' )
|
return $this->msg( 'echo-email-html-footer' )
|
||||||
->params( $wgEchoEmailFooterAddress, $prefsUrl )
|
->params( $wgEchoEmailFooterAddress, $prefsUrl )
|
||||||
->parse();
|
// This is a raw HTML message, so we need text() instead of parse() here
|
||||||
|
->text();
|
||||||
}
|
}
|
||||||
|
|
||||||
private function renderLink( $link, $style ) {
|
private function renderLink( $link, $style ) {
|
||||||
|
|
Loading…
Reference in a new issue