diff --git a/webapp_post.py b/webapp_post.py index a4a38b737..3f75f070c 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1029,7 +1029,7 @@ def individualPostAsHtml(allowDownloads: bool, # if the post has replies then append a symbol to indicate this if postJsonObject.get('hasReplies'): if postJsonObject['hasReplies'] is True: - publishedStr += '🡢' + publishedStr = '[' + publishedStr + ']' # benchmark 15 if not allowDownloads: