Test no longer needed

merge-requests/30/head
Bob Mottram 2021-09-06 09:57:40 +01:00
parent 36fd03166b
commit fd90bfd231
1 changed files with 4 additions and 5 deletions

View File

@ -900,11 +900,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
timelineStartTime, boxName, '12') timelineStartTime, boxName, '12')
if currTlStr: if currTlStr:
if currTlStr not in tlStr: itemCtr += 1
itemCtr += 1 tlStr += textModeSeparator + currTlStr
tlStr += textModeSeparator + currTlStr if separatorStr:
if separatorStr: tlStr += separatorStr
tlStr += separatorStr
if boxName == 'tlmedia': if boxName == 'tlmedia':
tlStr += '</div>\n' tlStr += '</div>\n'