diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 3e62f452c..9a15a1c19 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -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, '').replace(end, '') - 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'>")