sfddsf
This commit is contained in:
parent
f51341f32e
commit
c20bb9fc38
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue