diff --git a/webapp_post.py b/webapp_post.py index d449a1f1a..8f1533242 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3215,8 +3215,6 @@ def individual_post_as_html(signing_priv_key_pem: str, if '
' in location_str: # append the address after the map addrstr = location_str.split('
')[1] - if '
' in addrstr: - addrstr = addrstr.split('
')[0] map_addr_str = \ '

' + addrstr + '\n' map_str = '
\n' + map_str + \