From d1d68e543e0d5b1970f4feea7cdbae25d1025e99 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Dec 2022 13:24:39 +0000 Subject: [PATCH] Extra lines after timeline, for mobile access to bottom buttons --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 4a30a3749..13df5b80c 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1202,7 +1202,7 @@ def html_profile(signing_priv_key_pem: str, # domain_full, # extra_json, 'wanted') + license_str # end of #timeline - profile_str += '' + profile_str += '\n

\n' instance_title = \ get_config_param(base_dir, 'instanceTitle')