Florianschmidtwelzow has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/262590

Change subject: Fix false message output method on Special:ExpandTemplates
......................................................................

Fix false message output method on Special:ExpandTemplates

Change-Id: I9882f327878422b0f579cae088a7178a1e8aa00e
---
M includes/specials/SpecialExpandTemplates.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/90/262590/1

diff --git a/includes/specials/SpecialExpandTemplates.php 
b/includes/specials/SpecialExpandTemplates.php
index 17c224c..14d8675 100644
--- a/includes/specials/SpecialExpandTemplates.php
+++ b/includes/specials/SpecialExpandTemplates.php
@@ -207,7 +207,7 @@
                $form
                        ->setSubmitTextMsg( 'expand_templates_ok' )
                        ->setWrapperLegendMsg( 'expandtemplates' )
-                       ->setHeaderText( $this->msg( 'expand_templates_intro' 
)->text() )
+                       ->setHeaderText( $this->msg( 'expand_templates_intro' 
)->parse() )
                        ->setSubmitCallback( array( $this, 'onSubmitInput' ) )
                        ->showAlways();
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9882f327878422b0f579cae088a7178a1e8aa00e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

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

Reply via email to