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

Change subject: Fix over-escaping on protect-othertime message
......................................................................


Fix over-escaping on protect-othertime message

Bug: 48259
Change-Id: I81afa2cd92951ff87631cff7897f9871ce5ef04a
---
M ArticleFeedbackv5.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/ArticleFeedbackv5.hooks.php b/ArticleFeedbackv5.hooks.php
index 9f2d623..9a2f4b9 100644
--- a/ArticleFeedbackv5.hooks.php
+++ b/ArticleFeedbackv5.hooks.php
@@ -696,7 +696,7 @@
                );
 
                $protectOther = Xml::input( 
'articlefeedbackv5-protection-expiration', 50, $mExpiry, $attribs );
-               $mProtectOther = Xml::label( wfMessage( 'protect-othertime' 
)->escaped(), "mwProtect-aft-expires" );
+               $mProtectOther = Xml::label( wfMessage( 'protect-othertime' 
)->text(), "mwProtect-aft-expires" );
 
                // build output
                $output .= "

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I81afa2cd92951ff87631cff7897f9871ce5ef04a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to