Skip to content

Commit

Permalink
fix: added missing target="_blank" for instance URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 22, 2024
1 parent ff3b091 commit ffe2543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<tr id="row-instance-{{ site.id }}">
<td>{{ site.id }}</td>
<td>
<a href="{{ site.url|escape('html') }}{{ site.instance|escape('html') }}">
<a target="_blank" href="{{ site.url|escape('html') }}{{ site.instance|escape('html') }}">
{{ site.url|escape('html') }}
</a>
</td>
Expand Down

0 comments on commit ffe2543

Please sign in to comment.