diff --git a/webinterface.py b/webinterface.py index 54da2a532..2499ff095 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2125,6 +2125,9 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ if postJsonObject['object'].get('tag'): contentStr=replaceEmojiFromTags(contentStr,postJsonObject['object']['tag'],'content') + # replace 's + contentStr=contentStr.replace("\ufffd\ufffd\ufffds","'s") + contentStr='
'+contentStr+'
' postHtml=''