Some more escaping
This commit is contained in:
parent
4f9f86e310
commit
56f21a4b89
5 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue