diff options
author | friendica <info@friendica.com> | 2012-03-11 15:50:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-11 15:50:23 -0700 |
commit | d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66 (patch) | |
tree | 87ace7d3dd1b68579320f5bf640c912a9599db66 /mod/hcard.php | |
parent | 50863a19eb9c74ca336df609dbb9dfe5a9c39a31 (diff) | |
download | volse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.tar.gz volse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.tar.bz2 volse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.zip |
community meta tag renamed from "ika"
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"; |