mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +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' )
|
||||
->params( $wgEchoEmailFooterAddress, $prefsUrl )
|
||||
->parse();
|
||||
// This is a raw HTML message, so we need text() instead of parse() here
|
||||
->text();
|
||||
}
|
||||
|
||||
private function renderLink( $link, $style ) {
|
||||
|
|
Loading…
Reference in a new issue