Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/59139
Change subject: Fix double escaping
......................................................................
Fix double escaping
Change-Id: I680418fc8f9ff6de04b54f71056d5b2433104c75
Linker::link() escapes $customAttribs.
---
M specials/SpecialTranslations.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate
refs/changes/39/59139/1
diff --git a/specials/SpecialTranslations.php b/specials/SpecialTranslations.php
index 55e5917..0ab5ea1 100644
--- a/specials/SpecialTranslations.php
+++ b/specials/SpecialTranslations.php
@@ -219,7 +219,7 @@
$historyText,
array(
'action',
- 'title' => $this->msg( 'history-title',
$tTitle->getPrefixedDBkey() )->escaped()
+ 'title' => $this->msg( 'history-title',
$tTitle->getPrefixedDBkey() )->text()
),
array( 'action' => 'history' )
);
--
To view, visit https://gerrit.wikimedia.org/r/59139
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I680418fc8f9ff6de04b54f71056d5b2433104c75
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits