mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-21 05:35:00 +08:00
Open extensions links in new tab
Fixed for "Available" tab
This commit is contained in:
parent
89722fb5e4
commit
0d7e01d995
@ -188,7 +188,7 @@ def refresh_available_extensions_from_data():
|
|||||||
|
|
||||||
code += f"""
|
code += f"""
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{html.escape(url)}">{html.escape(name)}</a></td>
|
<td><a href="{html.escape(url)}" target="_blank">{html.escape(name)}</a></td>
|
||||||
<td>{html.escape(description)}</td>
|
<td>{html.escape(description)}</td>
|
||||||
<td>{install_code}</td>
|
<td>{install_code}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user