Contact names with ">" and "<" are a problem ...
This commit is contained in:
parent
26983bafff
commit
16da708e07
4 changed files with 17 additions and 11 deletions
|
@ -139,7 +139,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue