mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +00:00
Merge "Attribute value is double escaped"
This commit is contained in:
commit
ae511e7cf4
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue