]> git.mxchange.org Git - friendica.git/commitdiff
community meta tag renamed from "ika"
authorfriendica <info@friendica.com>
Sun, 11 Mar 2012 22:50:23 +0000 (15:50 -0700)
committerfriendica <info@friendica.com>
Sun, 11 Mar 2012 22:50:23 +0000 (15:50 -0700)
boot.php
mod/hcard.php
mod/profile.php

index 1414adb06980a61da1a7ab029343584a3055e38c..b30f02c9f6b8a97d32757419ba2cc195464cf480 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1277' );
+define ( 'FRIENDICA_VERSION',      '2.3.1278' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1131      );
 
index 19e649dcb6ce7a1ee25d5fe42f4bdfe5991ca705..6d2d9e2ebfc38f03761ec6b0595787db981184f9 100755 (executable)
@@ -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";
index 1a701f40773bcfc12d4ace04c620e906ffdc2640..428679ffc53e02f85f8bf573e4adb371c0557fe7 100755 (executable)
@@ -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";