From c59948f1dc25a49d37f9744f6b643968cb2134da Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 9 Sep 2010 02:00:01 -0700 Subject: more fixes from landing --- include/html2bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/html2bbcode.php') diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 2ae0df8f6..80841375e 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -17,8 +17,8 @@ $htmltags = array( '/\(.*?)\<\/strong\>/is', '/\(.*?)\<\/a\>/is', '/\(.*?)\<\/code\>/is', - '/\(.*?)\<\/font\>', - '/\(.*?)\<\/font\>', + '/\(.*?)\<\/font\>/is', + '/\(.*?)\<\/font\>/is', '/\(.*?)\<\/blockquote\>/is', ); -- cgit v1.2.3