sdfsfd
This commit is contained in:
parent
e4cdbe896b
commit
905801e689
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ def sanitize(sanitized, noimages=False):
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
old = "<p>" + i.group(0).lower() + "</p>"
|
old = "<p>" + i.group(0).lower() + "</p>"
|
||||||
|
print(old)
|
||||||
new = '<p style="margin-bottom:0 !important">' + emojis + "</p>"
|
new = '<p style="margin-bottom:0 !important">' + emojis + "</p>"
|
||||||
sanitized = sanitized.replace(old, new)
|
sanitized = sanitized.replace(old, new)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue