Skip to content

Commit

Permalink
Remove a /e modifier in some pbe_email_to_bbc replacements
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
Spuds authored and emanuele45 committed Dec 14, 2014
1 parent 85e3983 commit d65c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/subs/Emailpost.subs.php
Expand Up @@ -35,7 +35,7 @@ function pbe_email_to_bbc($text, $html)
{
// Define some things that need to be converted/modified, outside normal html or markup
$tags = array(
'~\*\*(.*)\*\*~isUe' => '\'**\'.ltrim(\'$1\').\'**\'',
'~\*\*\s?(.*?)\*\*~is' => '**$1**',
'~<\*>~i' => '&lt;*&gt;',
'~-{20,}~' => '<hr>',
'~#([0-9a-fA-F]{4,6}\b)~' => '&#35;$1',
Expand Down

0 comments on commit d65c3c9

Please sign in to comment.