Extra lines after timeline, for mobile access to bottom buttons

merge-requests/30/head
Bob Mottram 2022-12-23 13:24:39 +00:00
parent ef16f6e90b
commit d1d68e543e
1 changed files with 1 additions and 1 deletions

View File

@ -1202,7 +1202,7 @@ def html_profile(signing_priv_key_pem: str,
# domain_full,
# extra_json, 'wanted') + license_str
# end of #timeline
profile_str += '</div>'
profile_str += '</div>\n<br><br>\n'
instance_title = \
get_config_param(base_dir, 'instanceTitle')