From 808093f099ddabd963459b8cf7e001e5cb55f817 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Feb 2021 20:08:18 +0000 Subject: [PATCH] Don't show separators on the media timeline --- webapp_timeline.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index b5a9a41b0..6e197d0e0 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -592,8 +592,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, # separator between posts which only appears in shell browsers # such as Lynx and is not read by screen readers - textModeSeparator = \ - '

' + if boxName != 'tlmedia': + textModeSeparator = \ + '

' # page up arrow if pageNumber > 1: