Only need one line

main
Bob Mottram 2022-12-23 13:29:08 +00:00
parent d1d68e543e
commit aaf58bece4
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>\n<br><br>\n'
profile_str += '</div>\n<br>\n'
instance_title = \
get_config_param(base_dir, 'instanceTitle')