Extra newline

main
Bob Mottram 2025-04-25 16:06:58 +01:00
parent bed8d7ec1d
commit 709ee31474
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ def html_new_post(edit_post_params: {},
'<a href="' + maps_url + '" ' + \
'rel="nofollow noopener noreferrer" target="_blank">🗺️ ' + \
translate['Location'] + '</a>'
date_and_location += '<br><p>\n' + \
date_and_location += '<br><p><br>\n' + \
edit_text_field(location_label_with_link, 'location',
default_location,
'https://www.openstreetmap.org/#map=') + '</p>\n'