diff --git a/webapp_timeline.py b/webapp_timeline.py index e00afa94..8d54ca4e 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -393,14 +393,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, iconsAsButtons) # start the timeline - tlStr += '
' + \ - leftColumnStr + ' | \n' + True, False) + tlStr += '\n'
+ tlStr += ' \n'
if not fullWidthTimelineButtonHeader:
tlStr += \
@@ -602,7 +595,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
tlStr += ' \n'
# end of column-center
- tlStr += ' | \n'
+ tlStr += ' ' + \ - rightColumnStr + ' | \n' - tlStr += '