Merge "Attribute value is double escaped"

This commit is contained in:
jenkins-bot 2013-04-11 22:13:16 +00:00 committed by Gerrit Code Review
commit ae511e7cf4

View file

@ -35,7 +35,7 @@ class ThanksHooks {
}
if ( $recipientAllowed && !$recipient->isAnon() ) {
// Add 'thank' link
$tooltip = wfMessage( 'thanks-thank-tooltip' )->escaped();
$tooltip = wfMessage( 'thanks-thank-tooltip' )->text();
$thankLink = Html::element(
'a',
array(