]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Merge remote-tracking branch 'upstream/develop' into 1510-contact-menu
[friendica.git] / mod / dirfind.php
index 1e4f5539fbe3d21a2501dbee2baede9cdf6f94ec..95f9bf53a8890052a264ae701d911dca765cee57 100644 (file)
@@ -145,7 +145,7 @@ function dirfind_content(&$a, $prefix = "") {
 
                                $o .= replace_macros($tpl,array(
                                        '$url' => zrl($jj->url),
-                                       '$name' => $jj->name,
+                                       '$name' => htmlentities($jj->name),
                                        '$photo' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),
                                        '$tags' => $jj->tags,
                                        '$conntxt' => $conntxt,