b
This commit is contained in:
parent
6933b918ba
commit
1c0326aaf7
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False):
|
|||
tag["data-src"] = tag["src"]
|
||||
tag["src"] = "/static/assets/images/loading.webp"
|
||||
tag['alt'] = f''
|
||||
tag["onclick"] = f"expandDesktopImage(this.dataset.src);"
|
||||
tag["onclick"] = f"expandDesktopImage(this.src);"
|
||||
tag["data-bs-toggle"] = "modal"
|
||||
tag["data-bs-target"] = "#expandImageModal"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue