fixed king
This commit is contained in:
parent
c0e12266c1
commit
32c1544d98
4 changed files with 20 additions and 37 deletions
|
@ -113,6 +113,8 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False, edit=False):
|
|||
|
||||
sanitized = markdown(sanitized)
|
||||
|
||||
sanitized = strikethrough_regex.sub(r'<del>\1</del>', sanitized)
|
||||
|
||||
sanitized = sanitized.replace("\ufeff", "").replace("𒐪","").replace("<script","").replace("script>","").replace('','')
|
||||
|
||||
if alert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue