No separators on media timeline

main
Bob Mottram 2020-11-07 13:04:27 +00:00
parent 62dff9e71d
commit d911970dfa
1 changed files with 2 additions and 1 deletions

View File

@ -6819,7 +6819,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# This changes depending upon theme
iconsDir = getIconsDir(baseDir)
separatorStr = htmlPostSeparator(baseDir, None)
if boxName != 'tlmedia':
separatorStr = htmlPostSeparator(baseDir, None)
# the css filename
cssFilename = baseDir + '/epicyon-profile.css'