diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-03-12 19:06:45 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-03-12 19:06:45 +0000 |
commit | 9574f7df03407013fed4feb3922e19b7a94e34be (patch) | |
tree | f07436144509f602a58ed4c4cfe8d627c2e9da65 /mod/profile.php | |
parent | d9cb46f0def191fa510dbbda544d3d7f2c24e308 (diff) | |
parent | 38cb4a362f1186054dc3d71475f8f8cb1cd47789 (diff) | |
download | volse-hubzilla-9574f7df03407013fed4feb3922e19b7a94e34be.tar.gz volse-hubzilla-9574f7df03407013fed4feb3922e19b7a94e34be.tar.bz2 volse-hubzilla-9574f7df03407013fed4feb3922e19b7a94e34be.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'mod/profile.php')
-rwxr-xr-x | mod/profile.php | 2 |
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"; |