hubzilla issue #1019 - punycode urls on connedit page when displaying locations

This commit is contained in:
zotlabs
2018-03-29 02:26:25 -07:00
parent cd485b0fdf
commit 33bb89729c
3 changed files with 10 additions and 7 deletions

View File

@@ -270,7 +270,8 @@ function locations_by_netid($netid) {
dbesc($netid)
);
return array_elm_to_str($locs,'location',', ');
return array_elm_to_str($locs,'location',', ','trim_and_unpunify');
}