From f686cfc52bfebb25ab70b30de5d0ed7203dacd53 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 May 2025 11:53:32 +0100 Subject: [PATCH] Remove trailing address tag --- webapp_post.py | 2 -- 1 file changed, 2 deletions(-) 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 + \