]> git.mxchange.org Git - friendica.git/blobdiff - mod/hcard.php
Merge pull request #2172 from tobiasd/20151212-frosticons
[friendica.git] / mod / hcard.php
old mode 100755 (executable)
new mode 100644 (file)
index 19e649d..6d2d9e2
@@ -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'] .= '<meta name="friendika.community" content="true" />';
+               $a->page['htmlhead'] .= '<meta name="friendica.community" content="true" />';
        }
        if(x($a->profile,'openidserver'))                               
                $a->page['htmlhead'] .= '<link rel="openid.server" href="' . $a->profile['openidserver'] . '" />' . "\r\n";