From ef2c03986395514dbf42261e6151eb9901d54971 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Nov 2020 18:56:23 +0000 Subject: [PATCH] Also show citations on features timeline --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):