From 5fe554f6d68a748cf7d194354a1d1d7a93bade79 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Nov 2021 22:39:34 +0000 Subject: [PATCH] Add category --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 67703dc06..e720d1bd8 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -2225,7 +2225,7 @@ def htmlEmojiReactionPicker(cssCache: {}, baseUrl = '/users/' + nickname postId = removeIdEnding(postJsonObject['id']) for category, item in reactionsJson.items(): - emojiPicksStr = '
\n' + emojiPicksStr += '
\n' for emojiContent in item: emojiContentEncoded = urllib.parse.quote_plus(emojiContent) emojiUrl = \