support rel=me on channel "homepage" url

This commit is contained in:
friendica
2015-02-24 00:45:03 -08:00
parent 2264ad5c6e
commit 11df605c2e
3 changed files with 4 additions and 4 deletions

View File

@@ -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);