Extra line

main
Bob Mottram 2022-06-05 10:54:54 +01:00
parent ef5ce40322
commit 7bce0ea5e2
1 changed files with 1 additions and 1 deletions

View File

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