Unverified Commit c9b2eef6 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #4293 from AUTOMATIC1111/innovaciones-patch-1

Open extensions links in new tab
parents cb84a304 0d7e01d9
...@@ -188,7 +188,7 @@ def refresh_available_extensions_from_data(): ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment