From 6c5af09589afcf922d3432ce71edbe6669034578 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 9 Sep 2020 14:37:58 +0000 Subject: [PATCH] Added link encoding --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 99f3d76b0b..1d374c5ca9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -730,7 +730,7 @@ function conversation_fetch_comments($thread_items, $pinned) { $author = ['uid' => 0, 'id' => $row['author-id'], 'network' => $row['author-network'], 'url' => $row['author-link']]; - $url = '' . htmlentities($row['author-name']) . ''; + $url = '' . htmlentities($row['author-name']) . ''; $actor = ['url' => $url, 'link' => $row['author-link'], 'avatar' => $row['author-avatar'], 'name' => $row['author-name']]; $received = $row['received'];