From ff8d91316e7560f3db1ec3c2b48c17c1622f5d38 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Feb 2021 18:33:37 +0000 Subject: [PATCH] lines after end of menu --- webapp_utils.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index f16b11bfb..adc6138b8 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -908,5 +908,8 @@ def htmlKeyboardNavigation(banner: str, links: {}, htmlStr += '
  • ' - htmlStr += '


    ' + htmlStr += '' + for i in range(16): + htmlStr += '
    ' + htmlStr += '' return htmlStr