From 6c765077f5cfa7e1b56b4151712ca166304185ca Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 Apr 2025 14:22:16 +0100 Subject: [PATCH] Newline not needed --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 318ed3b8a..9e5be0b93 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3238,7 +3238,7 @@ def individual_post_as_html(signing_priv_key_pem: str, if not map_str and location_str: if '
' in location_str: address_prefix = \ - '
' + translate['Address'] + ':
' + '
' + translate['Address'] + ':
' location_str = \ location_str.replace('
', address_prefix) map_str = '

' + translate['Location'] + ': ' + \