From 47ac4ef70cd42279c41706c182a6c5bc71e06a89 Mon Sep 17 00:00:00 2001 From: OMN Date: Sat, 12 Dec 2020 19:39:18 +0000 Subject: [PATCH] Alter html footer --- webapp_utils.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index 7be11096..d10df9b5 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -553,7 +553,18 @@ def htmlHeaderWithExternalStyles(cssFiles: [], lang='en') -> str: def htmlFooter() -> str: - htmlStr = ' \n' + htmlStr = ' \n' + + htmlStr += ' \n' htmlStr += '\n' return htmlStr