Skip to content

Commit

Permalink
Update helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder authored Feb 28, 2017
1 parent e57c86d commit a0595d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_shoutbox/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public function bbcodeFilter($message)
'<span class="jj-italic">$1</span>',
'<span class="jj-underline">$1</span>',
'<a href="#" data-jj-image="http$1://$2" data-jj-image-alt="$3" class="jj-image-modal">$3</a>',
'<a href="http$1://$2" target="_blank" rel="nofollow noreferrer">$3</a>'
'<a href="http$1://$2" target="_blank" rel="noopener noreferrer">$3</a>'
);

$message = preg_replace($search, $replace, $message);
Expand Down

0 comments on commit a0595d3

Please sign in to comment.