mirror of https://gitlab.com/bashrc2/epicyon
Empty separator
parent
808093f099
commit
da1ed41b1a
|
@ -595,6 +595,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
if boxName != 'tlmedia':
|
if boxName != 'tlmedia':
|
||||||
textModeSeparator = \
|
textModeSeparator = \
|
||||||
'<div class="transparent"><hr></div>'
|
'<div class="transparent"><hr></div>'
|
||||||
|
else:
|
||||||
|
textModeSeparator = ''
|
||||||
|
|
||||||
# page up arrow
|
# page up arrow
|
||||||
if pageNumber > 1:
|
if pageNumber > 1:
|
||||||
|
|
Loading…
Reference in New Issue