mirror of https://gitlab.com/bashrc2/epicyon
Fix link formatting
parent
3fddcd4b8e
commit
e0df4e1cac
2
maps.py
2
maps.py
|
@ -570,7 +570,7 @@ def _hashtag_map_to_gpx(base_dir: str, tag_name: str,
|
|||
gpx_str += '<wpt lat="' + str(latitude) + \
|
||||
'" lon="' + str(longitude) + '">\n'
|
||||
gpx_str += ' <name>' + str(place_ctr) + '</name>\n'
|
||||
gpx_str += ' <link href="' + post_id + '"/></link>\n'
|
||||
gpx_str += ' <link href="' + post_id + '"/>\n'
|
||||
gpx_str += '</wpt>\n'
|
||||
|
||||
gpx_str += '</gpx>'
|
||||
|
|
Loading…
Reference in New Issue