forked from MarseyWorld/MarseyWorld
fsdfs
parent
42956db805
commit
3a910f6b7e
|
@ -213,7 +213,7 @@ def sanitize(sanitized, noimages=False):
|
|||
|
||||
if start in sanitized and end in sanitized and start in sanitized.split(end)[0] and end in sanitized.split(start)[1]: sanitized = sanitized.replace(start, '<span class="spoiler">').replace(end, '</span>')
|
||||
|
||||
for i in re.finditer("<p>\s*((:\w+:)\s*)+<\/p>", sanitized.replace("<p>", "").replace("</p>", "")):
|
||||
for i in re.finditer("<p>\s*((:\w+:)\s*)+<\/p>", sanitized):
|
||||
emojis = i.group(0).lower()
|
||||
for i in re.finditer('\w*(?<!"):([^ ]{1,30}?):', emojis):
|
||||
emoji = i.group(1).lower()
|
||||
|
|
Loading…
Reference in New Issue