We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb84a30 + 0d7e01d commit c9b2eefCopy full SHA for c9b2eef
modules/ui_extensions.py
@@ -188,7 +188,7 @@ def refresh_available_extensions_from_data():
188
189
code += f"""
190
<tr>
191
- <td><a href="{html.escape(url)}">{html.escape(name)}</a></td>
+ <td><a href="{html.escape(url)}" target="_blank">{html.escape(name)}</a></td>
192
<td>{html.escape(description)}</td>
193
<td>{install_code}</td>
194
</tr>
0 commit comments