Paragraph

main
Bob Mottram 2022-05-23 20:23:23 +01:00
parent 90d5a46227
commit dec4ade6b5
1 changed files with 2 additions and 2 deletions

View File

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