mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
Issue 6394: The contact location has to be BBEncoded
This commit is contained in:
parent
9a4fc0f8bd
commit
7e19506435
10 changed files with 13 additions and 9 deletions
|
@ -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:'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue