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,6 +592,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# separator between posts which only appears in shell browsers
# such as Lynx and is not read by screen readers
if boxName != 'tlmedia':
textModeSeparator = \
'<div class="transparent"><hr></div>'