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'] + ': ' + \