Skip to content

Commit 646e29b

Browse files
committed
Use noopener
1 parent e0aafad commit 646e29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/classic/classic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function footer()
100100

101101
$out[] = href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com', array(
102102
'class' => 'mothership',
103-
'rel' => 'external',
103+
'rel' => 'external noopener',
104104
'target' => '_blank',
105105
)).
106106
n.'('.txp_version.')'.

src/classic/classic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function footer()
100100

101101
$out[] = href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com', array(
102102
'class' => 'mothership',
103-
'rel' => 'external',
103+
'rel' => 'external noopener',
104104
'target' => '_blank',
105105
)).
106106
n.'('.txp_version.')'.

0 commit comments

Comments
 (0)