We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c86d commit a0595d3Copy full SHA for a0595d3
mod_shoutbox/helper.php
@@ -514,7 +514,7 @@ public function bbcodeFilter($message)
514
'<span class="jj-italic">$1</span>',
515
'<span class="jj-underline">$1</span>',
516
'<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>'
+ '<a href="http$1://$2" target="_blank" rel="noopener noreferrer">$3</a>'
518
);
519
520
$message = preg_replace($search, $replace, $message);
0 commit comments