diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 3cb7fb2bf2..8eb095945f 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -362,7 +362,9 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys if isinstance(t, str): t = t.replace('s','') htmlsource = f'{i.group(1)}' sanitized = sanitized.replace(i.group(0), htmlsource)