mirror of https://gitlab.com/bashrc2/epicyon
Extra replace
parent
9412c01223
commit
fdd8ecc918
|
@ -2125,6 +2125,9 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
||||||
if postJsonObject['object'].get('tag'):
|
if postJsonObject['object'].get('tag'):
|
||||||
contentStr=replaceEmojiFromTags(contentStr,postJsonObject['object']['tag'],'content')
|
contentStr=replaceEmojiFromTags(contentStr,postJsonObject['object']['tag'],'content')
|
||||||
|
|
||||||
|
# replace 's
|
||||||
|
contentStr=contentStr.replace("\ufffd\ufffd\ufffds","'s")
|
||||||
|
|
||||||
contentStr='<div class="message">'+contentStr+'</div>'
|
contentStr='<div class="message">'+contentStr+'</div>'
|
||||||
|
|
||||||
postHtml=''
|
postHtml=''
|
||||||
|
|
Loading…
Reference in New Issue