EBernhardson has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/43/99443/1

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: newchange
Gerrit-Change-Id: I4846e8e537eaed5cca1441920391abacd950854d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

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

Reply via email to