jenkins-bot has submitted this change and it was merged.

Change subject: Do not double-escape help tooltips (hints)
......................................................................


Do not double-escape help tooltips (hints)

Follow-up to a9d45e967bd3c942da6db3286ba0bb8b4184b9de.

Bug: T113615
Change-Id: I54c897da734f65e2d15fc31699263a5d2881e753
---
M resources/mw.UploadWizard.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  MarkTraceur: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/mw.UploadWizard.js b/resources/mw.UploadWizard.js
index 79cb364..ad1f272 100644
--- a/resources/mw.UploadWizard.js
+++ b/resources/mw.UploadWizard.js
@@ -510,7 +510,7 @@
                        contentSource = fn;
                        html = true;
                } else {
-                       attrs = { title: mw.message( 'mwe-upwiz-tooltip-' + key 
).escaped() };
+                       attrs = { title: mw.message( 'mwe-upwiz-tooltip-' + key 
).text() };
                        contentSource = 'title';
                }
                return this.append(

-- 
To view, visit https://gerrit.wikimedia.org/r/243985
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I54c897da734f65e2d15fc31699263a5d2881e753
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to