diff --git a/webapp_timeline.py b/webapp_timeline.py index eed526c0d..0f9b7d85d 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -998,8 +998,6 @@ def headerButtonsTimeline(defaultTimeline: str, '/links.png" title="' + translate['Edit Links'] + \ '" alt="| ' + translate['Edit Links'] + \ '" class="timelineicon"/>' - # end of headericons div - tlStr += '' else: # NOTE: deliberately no \n at end of line tlStr += \ @@ -1015,6 +1013,10 @@ def headerButtonsTimeline(defaultTimeline: str, '' + if not iconsAsButtons: + # end of headericons div + tlStr += '' + if not newsHeader: tlStr += followApprovals # end of the button header with inbox, outbox, etc