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

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

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



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: merged
Gerrit-Change-Id: Ie3ebbd31b42528b3645ab4b3e74ee77f0e84536d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to