remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 11:18:04 +02:00
parent 6c49b72884
commit aa7b57c60b
1 changed files with 1 additions and 1 deletions

View File

@ -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"):