From 709ee3147412020da73e9216d69a7ff1525914b8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Apr 2025 16:06:58 +0100 Subject: [PATCH] Extra newline --- webapp_create_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 8ccc78fd6..f44227e23 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -1075,7 +1075,7 @@ def html_new_post(edit_post_params: {}, '🗺️ ' + \ translate['Location'] + '' - date_and_location += '

\n' + \ + date_and_location += '


\n' + \ edit_text_field(location_label_with_link, 'location', default_location, 'https://www.openstreetmap.org/#map=') + '

\n'