From: rabuzarus <>
Date: Sun, 11 Oct 2015 18:00:54 +0000 (+0200)
Subject: this got lost by merge
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c2923869ac02e2bb39074640c37264504434912;p=friendica.git
this got lost by merge
---
diff --git a/include/conversation.php b/include/conversation.php
index 7417dbf812..0907b5dce2 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -987,7 +987,7 @@ function builtin_activity_puller($item, &$conv_responses) {
else
$url = zrl($url);
- $url = '' . $item['author-name'] . '';
+ $url = '' . htmlentities($item['author-name']) . '';
if(! $item['thr-parent'])
$item['thr-parent'] = $item['parent-uri'];