mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Avoid double-escaping in notification watch links
Bug: T270156 Change-Id: I6973b6112fbb5caf409de168844ae2af20117bd7
This commit is contained in:
parent
514fd01ae3
commit
7a9bb5b7f2
|
@ -729,7 +729,7 @@ abstract class EchoEventPresentationModel implements JsonSerializable, MessageLo
|
|||
$this->getTruncatedTitleText( $title ),
|
||||
$title->getFullURL( [ 'action' => $availableAction ] ),
|
||||
$this->getUser()->getName()
|
||||
)->escaped(),
|
||||
)->text(),
|
||||
null,
|
||||
$data,
|
||||
[ 'action' => $availableAction ]
|
||||
|
|
Loading…
Reference in a new issue