mirror of https://gitlab.com/bashrc2/epicyon
Don't show separators on the media timeline
parent
1c40cf50e9
commit
808093f099
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue