Remove trailing address tag

main
Bob Mottram 2025-05-11 11:53:32 +01:00
parent 0da4ba77d8
commit f686cfc52b
1 changed files with 0 additions and 2 deletions

View File

@ -3215,8 +3215,6 @@ def individual_post_as_html(signing_priv_key_pem: str,
if '<br><address>' in location_str:
# append the address after the map
addrstr = location_str.split('<br><address>')[1]
if '</address>' in addrstr:
addrstr = addrstr.split('</address>')[0]
map_addr_str = \
'<br><br><address>' + addrstr + '\n'
map_str = '<center>\n' + map_str + \