diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index d5d5f31621..757419e814 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -224,7 +224,7 @@ function bb2html($text, $export=false) { "\\1", "\\1", "#\\1", - "\\1", + "\\1", ); } else { $htmltags = array ( @@ -251,7 +251,7 @@ function bb2html($text, $export=false) { "\\1", "\\1", "#\\1", - "\\1", + "\\1", ); }