From aa7b57c60b02751a4f76616f714b1368a777fd4b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 6 Oct 2021 11:18:04 +0200 Subject: [PATCH] sfddsf --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 8b60d8b1d..2c2d41fba 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -167,7 +167,7 @@ def sanitize(sanitized, noimages=False): #whatever else happens with images, there are only two sets of classes allowed for tag in soup.find_all("img"): if 'profile-pic-20' not in tag.attrs.get("class",""): - tag.attrs['class']="in-comment-image rounded-sm my-2" + tag.attrs['class']="in-comment-image rounded-sm my-2 lozard" #table format for tag in soup.find_all("table"):