diff --git a/webapp_post.py b/webapp_post.py
index e419e45a9..d449a1f1a 100644
--- a/webapp_post.py
+++ b/webapp_post.py
@@ -3214,9 +3214,11 @@ def individual_post_as_html(signing_priv_key_pem: str,
map_addr_str = ''
if '
' + category_text + ': ' + \ + map_str += '
' + category_text + ': ' + \ category_str + '
\n' locn_text = 'Location' if translate.get('Location'): locn_text = translate['Location'] - map_str = '' + locn_text + ': ' + \ + map_str += '
' + locn_text + ': ' + \ location_str + '
\n' if is_muted: