fdgf
This commit is contained in:
parent
6223a73d8a
commit
a12e6fb123
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ def sanitize(sanitized, noimages=False):
|
|||
for i in re.finditer("[^a]>\s*(:!?\w+:\s*)+<\/", sanitized):
|
||||
old = i.group(0)
|
||||
if 'marseylong' in old: new = old.lower().replace(">", " style='margin-bottom:0 !important'>")
|
||||
else: new = old.lower()
|
||||
for i in re.finditer('\w*(?<!"):([^ ]{1,30}?):', new):
|
||||
emoji = i.group(1).lower()
|
||||
if emoji.startswith("!"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue