fix: open link in new tab/window
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user