mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
Don't use quote_js on filename
This commit is contained in:
@@ -239,7 +239,7 @@ class ExtraNetworksPage:
|
||||
)
|
||||
onclick = html.escape(onclick)
|
||||
|
||||
btn_copy_path = self.btn_copy_path_tpl.format(**{"filename": quote_js(item["filename"])})
|
||||
btn_copy_path = self.btn_copy_path_tpl.format(**{"filename": item["filename"]})
|
||||
btn_metadata = ""
|
||||
metadata = item.get("metadata")
|
||||
if metadata:
|
||||
|
Reference in New Issue
Block a user