diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-12 05:02:45 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-12 05:02:45 +0100 |
commit | 30f5c3a9eb5dfa795771be86b3b0fe265037f3e9 (patch) | |
tree | fa70e118f0cb3fa30c9e895455f40ae53f6f8e94 /mod/hcard.php | |
parent | 6cbd765e1ff77a1efb01b1f096a875c881c43905 (diff) | |
parent | 9f52e3df8d4d92b66a190194ac96b6bd31386263 (diff) | |
download | volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.tar.gz volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.tar.bz2 volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'mod/hcard.php')
-rwxr-xr-x | mod/hcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/hcard.php b/mod/hcard.php index 19e649dcb..6d2d9e2eb 100755 --- 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'] .= '<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"; |