aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-12 05:02:45 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-12 05:02:45 +0100
commit30f5c3a9eb5dfa795771be86b3b0fe265037f3e9 (patch)
treefa70e118f0cb3fa30c9e895455f40ae53f6f8e94 /mod
parent6cbd765e1ff77a1efb01b1f096a875c881c43905 (diff)
parent9f52e3df8d4d92b66a190194ac96b6bd31386263 (diff)
downloadvolse-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')
-rwxr-xr-xmod/hcard.php2
-rwxr-xr-xmod/profile.php2
2 files changed, 2 insertions, 2 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";
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";