X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=59b96d87a98c82ffbf311cc6df53661ff91ae98c;hb=4b0cf8d60f05c44f72b39bae1caae63284aacf44;hp=9ad7d09b57e40db3f41fa0022fc76a618fdd36ab;hpb=541f8634c0658dbafdbc1c50598737f7be133aa6;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index 9ad7d09b57..59b96d87a9 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -969,6 +969,7 @@ function _contact_detail_for_template($rr) 'itemurl' => (($rr['addr'] != "") ? $rr['addr'] : $rr['url']), 'url' => $url, 'network' => ContactSelector::networkToName($rr['network'], $rr['url']), + 'nick' => htmlentities($rr['nick']), ]; }