Matthias Mullie has uploaded a new change for review.

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


Change subject: (bug 47359) Wiki links in notes are not clickable on the detail 
page
......................................................................

(bug 47359) Wiki links in notes are not clickable on the detail page

Bug: 47359
Change-Id: Ie3ebbd31b42528b3645ab4b3e74ee77f0e84536d
---
M ArticleFeedbackv5.render.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleFeedbackv5 
refs/changes/59/61559/1

diff --git a/ArticleFeedbackv5.render.php b/ArticleFeedbackv5.render.php
index 55e7a12..d3dcd6e 100644
--- a/ArticleFeedbackv5.render.php
+++ b/ArticleFeedbackv5.render.php
@@ -1207,10 +1207,10 @@
                        $notes = '';
                        if ( $last->log_comment ) {
                                $notes .=
-                                       Html::element(
+                                       Html::rawElement(
                                                'p',
                                                array( 'class' => 
'articleFeedbackv5-feedback-permalink-activity-status' ),
-                                               $last->log_comment
+                                               Linker::formatComment( 
$last->log_comment )
                                        );
                        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3ebbd31b42528b3645ab4b3e74ee77f0e84536d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to