We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4f325 commit 59c5f77Copy full SHA for 59c5f77
1 file changed
templates/__linksWsdbRecord.tpl
@@ -3,7 +3,7 @@
3
<a
4
href="{$view->record->externalUrl}"
5
class="button buttonPrimary wsdbLink externalURL"
6
- rel="nofollow"
+ rel="nofollow{if EXTERNAL_LINK_TARGET_BLANK} noopener{/if}"
7
{if EXTERNAL_LINK_TARGET_BLANK} target="_blank"{/if}
8
>
9
{lang}dev.hanashi.wsdb.linkButton{/lang}
0 commit comments