several little nits in the hcard template output which could affect parsers
This commit is contained in:
parent
9ec4f6e0c9
commit
02b11c5d59
2
boot.php
2
boot.php
|
@ -9,7 +9,7 @@ require_once('include/nav.php');
|
||||||
require_once('include/cache.php');
|
require_once('include/cache.php');
|
||||||
|
|
||||||
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
|
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDIKA_VERSION', '2.3.1162' );
|
define ( 'FRIENDIKA_VERSION', '2.3.1163' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1103 );
|
define ( 'DB_UPDATE_VERSION', 1103 );
|
||||||
|
|
||||||
|
|
|
@ -183,6 +183,8 @@ function nav_set_selected($item){
|
||||||
'directory' => null,
|
'directory' => null,
|
||||||
'settings' => null,
|
'settings' => null,
|
||||||
'contacts' => null,
|
'contacts' => null,
|
||||||
|
'manage' => null,
|
||||||
|
'register' => null,
|
||||||
);
|
);
|
||||||
$a->nav_sel[$item] = 'selected';
|
$a->nav_sel[$item] = 'selected';
|
||||||
}
|
}
|
||||||
|
|
|
@ -133,6 +133,7 @@ if($install)
|
||||||
else
|
else
|
||||||
check_config($a);
|
check_config($a);
|
||||||
|
|
||||||
|
nav_set_selected('nothing');
|
||||||
|
|
||||||
$arr = array('app_menu' => $a->apps);
|
$arr = array('app_menu' => $a->apps);
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<dl class='entity_nickname'>
|
<dl class='entity_nickname'>
|
||||||
<dt>Nickname</dt>
|
<dt>Nickname</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a class="nickname url uid" href="$podloc/" rel="me">$diaspora.nickname</a>
|
<a class="nickname url uid" href="$diaspora.podloc/" rel="me">$diaspora.nickname</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class='entity_fn'>
|
<dl class='entity_fn'>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user