Fix link formatting

main
Bob Mottram 2022-08-23 11:26:18 +01:00
parent 3fddcd4b8e
commit e0df4e1cac
1 changed files with 1 additions and 1 deletions

View File

@ -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>'