fdssfd
This commit is contained in:
parent
dc9d673b7e
commit
58a598eca5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def sanitize(sanitized, noimages=False):
|
||||||
link["rel"] = "nofollow noopener noreferrer"
|
link["rel"] = "nofollow noopener noreferrer"
|
||||||
link["target"] = "_blank"
|
link["target"] = "_blank"
|
||||||
|
|
||||||
link["onclick"] = f"expandDesktopImage('{tag['src']}');"
|
link["onclick"] = f"expandDesktopImage('{tag['data-src']}');"
|
||||||
link["data-bs-toggle"] = "modal"
|
link["data-bs-toggle"] = "modal"
|
||||||
link["data-bs-target"] = "#expandImageModal"
|
link["data-bs-target"] = "#expandImageModal"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue