X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhcard.php;h=6d2d9e2ebfc38f03761ec6b0595787db981184f9;hb=89c5989cfb679449fb776df7380e972d0f676d8d;hp=19e649dcb6ce7a1ee25d5fe42f4bdfe5991ca705;hpb=c8cf2d1773623980d8055ff392b400aecb2a09b3;p=friendica.git diff --git a/mod/hcard.php b/mod/hcard.php index 19e649dcb6..6d2d9e2ebf 100644 --- a/mod/hcard.php +++ b/mod/hcard.php @@ -21,7 +21,7 @@ function hcard_init(&$a) { profile_load($a,$which,$profile); if((x($a->profile,'page-flags')) && ($a->profile['page-flags'] == PAGE_COMMUNITY)) { - $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= ''; } if(x($a->profile,'openidserver')) $a->page['htmlhead'] .= '' . "\r\n";