Don't show separators on the media timeline

merge-requests/30/head
Bob Mottram 2021-02-18 20:08:18 +00:00
parent 1c40cf50e9
commit 808093f099
1 changed files with 3 additions and 2 deletions

View File

@ -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 = \
'<div class="transparent"><hr></div>'
if boxName != 'tlmedia':
textModeSeparator = \
'<div class="transparent"><hr></div>'
# page up arrow
if pageNumber > 1: