diff --git a/webapp_post.py b/webapp_post.py index 24d83b3a..515c7e29 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1174,7 +1174,7 @@ def individualPostAsHtml(allowDownloads: bool, # show blog citations citationsStr = '' - if boxName == 'tlblog': + if boxName == 'tlblog' or boxName == 'tlfeatures': if postJsonObject['object'].get('tag'): for tagJson in postJsonObject['object']['tag']: if not isinstance(tagJson, dict):