aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-12 12:28:21 -0800
committerfriendica <info@friendica.com>2011-11-12 12:28:21 -0800
commit02b11c5d59a3fda8d7c8092dbcb9c782230c1d55 (patch)
treef7e30de85844adcfe03a72936ebb529d50a202c6 /boot.php
parent9ec4f6e0c9b0a4b8dd53d5d43d41e35c0d6d5f5e (diff)
downloadvolse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.tar.gz
volse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.tar.bz2
volse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.zip
several little nits in the hcard template output which could affect parsers
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 05da3bba9..be33594e4 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1162' );
+define ( 'FRIENDIKA_VERSION', '2.3.1163' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1103 );
@@ -955,7 +955,7 @@ function profile_sidebar($profile, $block = 0) {
$diaspora = array(
'podloc' => $a->get_baseurl(),
'searchable' => (($profile['publish'] && $profile['net-publish']) ? 'true' : 'false' ),
- 'nickname ' => $profile['nickname'],
+ 'nickname' => $profile['nickname'],
'fullname' => $profile['name'],
'firstname' => $firstname,
'lastname' => $lastname,