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
|
# separator between posts which only appears in shell browsers
|
||||||
# such as Lynx and is not read by screen readers
|
# such as Lynx and is not read by screen readers
|
||||||
textModeSeparator = \
|
if boxName != 'tlmedia':
|
||||||
'<div class="transparent"><hr></div>'
|
textModeSeparator = \
|
||||||
|
'<div class="transparent"><hr></div>'
|
||||||
|
|
||||||
# page up arrow
|
# page up arrow
|
||||||
if pageNumber > 1:
|
if pageNumber > 1:
|
||||||
|
|
Loading…
Reference in New Issue