Attribute value is double escaped

Change-Id: Ibf2e1f9cae5c30ed0871de3ad3598b1bd13094ec
Html::element() already escapes attribuate values, there is no need to escape it explicitly again
This commit is contained in:
bsitu 2013-04-01 15:40:22 -07:00
parent 61abb7cac0
commit af8164814d

View file

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