mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Markdown is now supported in the location field as well.
This commit is contained in:
parent
e7e3857f5c
commit
044eaa778f
2 changed files with 2 additions and 2 deletions
|
@ -2161,7 +2161,7 @@ function diaspora_profile($importer,$xml,$msg) {
|
|||
$name = unxmlify($xml->first_name) . ((strlen($xml->last_name)) ? ' ' . unxmlify($xml->last_name) : '');
|
||||
$image_url = unxmlify($xml->image_url);
|
||||
$birthday = unxmlify($xml->birthday);
|
||||
$location = unxmlify($xml->location);
|
||||
$location = diaspora2bb(unxmlify($xml->location));
|
||||
$about = diaspora2bb(unxmlify($xml->bio));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue