diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 1dab93fcb..15a0111c3 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -4671,7 +4671,7 @@ class e_parser $tag = base64_decode($val['alt']); $repl = ($retainTags == true) ? '$1'.$tag.'$2' : $tag; // $text = preg_replace('/(]*>).*(<\/x-bbcode>)/i',$repl, $text); - $text = preg_replace('/().*(<\/x-bbcode>)/i',$repl, $text); + $text = preg_replace('/().*(<\/x-bbcode>)/i',$repl, $text); } }