aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-24 00:45:03 -0800
committerfriendica <info@friendica.com>2015-02-24 00:45:03 -0800
commit11df605c2e065e123e58bd73525e7ca2113f40b8 (patch)
treed8e25dd7fb0d1ed759f7c8e069f3b31165f4af39 /include/identity.php
parent2264ad5c6ef98a63594f100f06f79bfd8668436a (diff)
downloadvolse-hubzilla-11df605c2e065e123e58bd73525e7ca2113f40b8.tar.gz
volse-hubzilla-11df605c2e065e123e58bd73525e7ca2113f40b8.tar.bz2
volse-hubzilla-11df605c2e065e123e58bd73525e7ca2113f40b8.zip
support rel=me on channel "homepage" url
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index 415e85f2f..f63b576b2 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -893,7 +893,7 @@ function profile_sidebar($profile, $block = 0, $show_connect = true) {
|| (x($profile,'country_name') == 1))
$location = t('Location:');
- $profile['homepage'] = linkify($profile['homepage']);
+ $profile['homepage'] = linkify($profile['homepage'],true);
$gender = ((x($profile,'gender') == 1) ? t('Gender:') : False);
$marital = ((x($profile,'marital') == 1) ? t('Status:') : False);