fix: open link in new tab/window

This commit is contained in:
Björn Fromme
2024-11-19 15:46:00 +01:00
parent 40a4e51f20
commit 3fe0b34e47
@@ -29,7 +29,7 @@
{concept.name} {concept.name}
</h3> </h3>
{concept.popupText -> f:format.html()} {concept.popupText -> f:format.html()}
<a href="{targetUrl}" class="button bg-button"> <a href="{targetUrl}" target="_blank" class="button bg-button">
{concept.popupButtonLabel} {concept.popupButtonLabel}
</a> </a>
</div> </div>