]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge branch 'pull'
[friendica.git] / mod / profile.php
index 1a701f40773bcfc12d4ace04c620e906ffdc2640..428679ffc53e02f85f8bf573e4adb371c0557fe7 100755 (executable)
@@ -27,7 +27,7 @@ function profile_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";