From 11d804bb4efb5a9921701c056a5a522beb96423d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Dec 2020 16:42:03 +0000 Subject: [PATCH] Navigation markup --- webapp_headerbuttons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py index 83bb68cb1..0ab548174 100644 --- a/webapp_headerbuttons.py +++ b/webapp_headerbuttons.py @@ -48,7 +48,7 @@ def headerButtonsTimeline(defaultTimeline: str, buttons for inbox, outbox, search, calendar, etc """ # start of the button header with inbox, outbox, etc - tlStr = '
\n' + tlStr = '
' # end of the button header with inbox, outbox, etc - tlStr += '
\n' + tlStr += ' \n' return tlStr