From 98e8c1125b097edd18ed9255881ccde6c80f24a3 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 26 Sep 2023 21:37:13 +0200 Subject: [PATCH] External links in wishlist to open in a new tab --- store/templates/wishlist.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/templates/wishlist.html b/store/templates/wishlist.html index d1722f7..fa1f17e 100644 --- a/store/templates/wishlist.html +++ b/store/templates/wishlist.html @@ -103,6 +103,7 @@ aria-label="{{ _('Official website') }}" href="{{ infos['website'] }}" class="inline-block" + target="_blank" > @@ -115,6 +116,7 @@ aria-label="{{ _('Code repository') }}" href="{{ infos['upstream'] }}" class="inline-block" + target="_blank >