]> git.mxchange.org Git - friendica.git/commitdiff
this got lost by merge
authorrabuzarus <>
Sun, 11 Oct 2015 18:00:54 +0000 (20:00 +0200)
committerrabuzarus <>
Sun, 11 Oct 2015 18:00:54 +0000 (20:00 +0200)
include/conversation.php

index 7417dbf812b4ece2c95caa3fbc007a4a620bbbec..0907b5dce23cfe2ac0b569a3a9e5453c44dbe4c7 100644 (file)
@@ -987,7 +987,7 @@ function builtin_activity_puller($item, &$conv_responses) {
                        else 
                                $url = zrl($url);
                        
-                       $url = '<a href="'. $url . '"'. $sparkle .'>' . $item['author-name'] . '</a>';
+                       $url = '<a href="'. $url . '"'. $sparkle .'>' . htmlentities($item['author-name']) . '</a>';
 
                        if(! $item['thr-parent'])
                                $item['thr-parent'] = $item['parent-uri'];