Merge "HTML email footer shows raw HTML"

This commit is contained in:
jenkins-bot 2016-05-17 20:08:06 +00:00 committed by Gerrit Code Review
commit d0f5e168cf

View file

@ -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 ) {