aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-11 15:50:23 -0700
committerfriendica <info@friendica.com>2012-03-11 15:50:23 -0700
commitd9bee73edfc4c73a25d3b674f6d5caf09f1a8e66 (patch)
tree87ace7d3dd1b68579320f5bf640c912a9599db66 /mod/profile.php
parent50863a19eb9c74ca336df609dbb9dfe5a9c39a31 (diff)
downloadvolse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.tar.gz
volse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.tar.bz2
volse-hubzilla-d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66.zip
community meta tag renamed from "ika"
Diffstat (limited to 'mod/profile.php')
-rwxr-xr-xmod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 1a701f407..428679ffc 100755
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -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";