X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirfind.php;h=7f1a6691f59f6da79232434a57ad29bb44eb9883;hb=e88781164a2e60c439c755d96a639ef2093a7305;hp=2609760e91df0fc50d86c1935699ec586a8a624a;hpb=db441ca1ce08d5596641de9c672f4dc355343ed2;p=friendica.git diff --git a/mod/dirfind.php b/mod/dirfind.php index 2609760e91..7f1a6691f5 100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -235,7 +235,7 @@ function dirfind_content(App $a, $prefix = "") { 'alt_text' => $alt_text, 'url' => Model\Contact::magicLink($jj->url), 'itemurl' => $itemurl, - 'name' => htmlentities($jj->name), + 'name' => $jj->name, 'thumb' => ProxyUtils::proxifyUrl($jj->photo, false, ProxyUtils::SIZE_THUMB), 'img_hover' => $jj->tags, 'conntxt' => $conntxt,