mirror of https://gitlab.com/bashrc2/epicyon
Test no longer needed
parent
36fd03166b
commit
fd90bfd231
|
@ -900,11 +900,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
timelineStartTime, boxName, '12')
|
||||
|
||||
if currTlStr:
|
||||
if currTlStr not in tlStr:
|
||||
itemCtr += 1
|
||||
tlStr += textModeSeparator + currTlStr
|
||||
if separatorStr:
|
||||
tlStr += separatorStr
|
||||
itemCtr += 1
|
||||
tlStr += textModeSeparator + currTlStr
|
||||
if separatorStr:
|
||||
tlStr += separatorStr
|
||||
if boxName == 'tlmedia':
|
||||
tlStr += '</div>\n'
|
||||
|
||||
|
|
Loading…
Reference in New Issue