FIX: Open in new tab

This commit is contained in:
Tony Air 2024-02-08 11:57:12 +02:00
parent a4ee9170ee
commit 505609bfef
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
graphql-page
$ExtraClass
{$LinkClass}
<% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow %>
<% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow || $OpenInNewTab %>
legacy
<% end_if %>
<% if $isCurrent || $isSection %>active<% end_if %>
<% if $isSection %>section<% end_if %>
"
<% if $OpenInNewWindow %>
<% if $OpenInNewWindow || $OpenInNewTab %>
rel="noreferrer"
target="_blank"
<% end_if %>