Skip to content

Commit a0595d3

Browse files
authored
Update helper.php
1 parent e57c86d commit a0595d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_shoutbox/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ public function bbcodeFilter($message)
514514
'<span class="jj-italic">$1</span>',
515515
'<span class="jj-underline">$1</span>',
516516
'<a href="#" data-jj-image="http$1://$2" data-jj-image-alt="$3" class="jj-image-modal">$3</a>',
517-
'<a href="http$1://$2" target="_blank" rel="nofollow noreferrer">$3</a>'
517+
'<a href="http$1://$2" target="_blank" rel="noopener noreferrer">$3</a>'
518518
);
519519

520520
$message = preg_replace($search, $replace, $message);

0 commit comments

Comments
 (0)