From a2cca64b320fbdd26102b2c3e559835f68816a3d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Dec 2020 20:33:56 +0000 Subject: [PATCH] Navigation markup --- webapp_post.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 2a1586ec..c58840ae 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1050,7 +1050,8 @@ def _getFooterWithIcons(showIcons: bool, if not showIcons: return None - footerStr = '\n
\n' + footerStr = '\n \n' return footerStr