Skip to content

Commit c9b2eef

Browse files
Merge pull request #4293 from AUTOMATIC1111/innovaciones-patch-1
Open extensions links in new tab
2 parents cb84a30 + 0d7e01d commit c9b2eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def refresh_available_extensions_from_data():
188188

189189
code += f"""
190190
<tr>
191-
<td><a href="{html.escape(url)}">{html.escape(name)}</a></td>
191+
<td><a href="{html.escape(url)}" target="_blank">{html.escape(name)}</a></td>
192192
<td>{html.escape(description)}</td>
193193
<td>{install_code}</td>
194194
</tr>

0 commit comments

Comments
 (0)