From 64b401da3d40213cca7a8867aa7967d51c0bfb37 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 May 2022 21:10:48 +0100 Subject: [PATCH] Don't need middle section --- webapp_timeline.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 073307996..030848548 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -380,7 +380,7 @@ def _html_timeline_end(base_dir: str, nickname: str, domain_full: str, tl_str = ' \n' # end of column-center - tl_str += ' \n \n' + tl_str += ' \n' # right column right_column_str = \ @@ -799,8 +799,7 @@ def html_timeline(css_cache: {}, default_timeline: str, ' \n' # center column containing posts - tl_str += ' \n' + \ - '
\n' + tl_str += ' \n' if not full_width_tl_button_header: tl_str += \