This commit is contained in:
Aevann1 2021-10-01 01:45:07 +02:00
parent e4cdbe896b
commit 905801e689

View file

@ -227,6 +227,7 @@ def sanitize(sanitized, noimages=False):
except:
pass
old = "<p>" + i.group(0).lower() + "</p>"
print(old)
new = '<p style="margin-bottom:0 !important">' + emojis + "</p>"
sanitized = sanitized.replace(old, new)