Empty separator

main
Bob Mottram 2021-02-18 20:10:26 +00:00
parent 808093f099
commit da1ed41b1a
1 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if boxName != 'tlmedia':
textModeSeparator = \
'<div class="transparent"><hr></div>'
else:
textModeSeparator = ''
# page up arrow
if pageNumber > 1: