Skip to content

Commit 59c5f77

Browse files
committed
fix noopener
1 parent 5b4f325 commit 59c5f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/__linksWsdbRecord.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a
44
href="{$view->record->externalUrl}"
55
class="button buttonPrimary wsdbLink externalURL"
6-
rel="nofollow"
6+
rel="nofollow{if EXTERNAL_LINK_TARGET_BLANK} noopener{/if}"
77
{if EXTERNAL_LINK_TARGET_BLANK} target="_blank"{/if}
88
>
99
{lang}dev.hanashi.wsdb.linkButton{/lang}

0 commit comments

Comments
 (0)