From 3d98a9f63e105585ebd4ec913d49c06ee511cdc5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 1 Nov 2021 23:17:14 +0000 Subject: [PATCH] Check for custom emoji during search --- webapp_search.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp_search.py b/webapp_search.py index f7711ea8a..78b95e19f 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -95,15 +95,15 @@ def htmlSearchEmoji(cssCache: {}, translate: {}, msgStr1 = translate['Copy the text then paste it into your post'] msgStr2 = ':' + '
' + msgStr1 + '
' + headingShown = True + emojiForm += \ + '

:' + emojiName + msgStr2 + filename + '"/>

' emojiForm += '' emojiForm += htmlFooter()