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

Change subject: history i18n message needs wikitext parsing
......................................................................


history i18n message needs wikitext parsing

Change-Id: I4846e8e537eaed5cca1441920391abacd950854d
---
M templates/history-line.html.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/templates/history-line.html.php b/templates/history-line.html.php
index 2346bca..7371291 100644
--- a/templates/history-line.html.php
+++ b/templates/history-line.html.php
@@ -1,5 +1,5 @@
 <?php echo Html::openElement( 'li', array( 'class' => $class ) ); ?>
-       <p><span class="plainlinks"><?php echo $message->escaped(); 
?></span></p>
+       <p><span class="plainlinks"><?php echo $message->parse(); ?></span></p>
        <?php
        echo $this->render( 'flow:timestamp.html.php', array(
                        'timestamp' => $timestamp,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4846e8e537eaed5cca1441920391abacd950854d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to