remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 07:37:29 +02:00
parent c47f7a56b2
commit 559d5b8e3d
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ 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>')
print(sanitized)
for i in re.finditer("[^a]>\s*(:!?\w+:\s*)+<\/", sanitized):
old = i.group(0)
new = old.lower().replace(">", " style='margin-bottom:0 !important'>")