diff --git a/include/conversation.php b/include/conversation.php
index 99f3d76b0..1d374c5ca 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'];