Issue 6394: The contact location has to be BBEncoded

This commit is contained in:
Michael 2019-01-06 21:04:10 +00:00
parent 9a4fc0f8bd
commit 7e19506435
10 changed files with 13 additions and 9 deletions

View file

@ -642,7 +642,7 @@ class Contact extends BaseModule
'$profileurllabel'=> L10n::t('Profile URL'),
'$profileurl' => $contact['url'],
'$account_type' => Model\Contact::getAccountType($contact),
'$location' => $contact['location'],
'$location' => BBCode::convert($contact['location']),
'$location_label' => L10n::t('Location:'),
'$xmpp' => BBCode::convert($contact['xmpp']),
'$xmpp_label' => L10n::t('XMPP:'),