main
Bob Mottram 2020-11-27 19:07:50 +00:00
parent 4d27d532e5
commit b647a38910
2 changed files with 2 additions and 2 deletions

View File

@ -1174,7 +1174,7 @@ def individualPostAsHtml(allowDownloads: bool,
# show blog citations
citationsStr = ''
if boxName == 'tlblog' or boxName == 'tlfeatures':
if boxName == 'tlblogs' or boxName == 'tlfeatures':
if postJsonObject['object'].get('tag'):
for tagJson in postJsonObject['object']['tag']:
if not isinstance(tagJson, dict):

View File

@ -518,7 +518,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if boxName == 'tlfeatures':
# use the blog timeline of the news actor
timelineNickname = 'news'
timelineBoxName = 'tlblog'
timelineBoxName = 'tlblogs'
# if this is the media timeline then add an extra gallery container
if boxName == 'tlmedia':