diff options
Diffstat (limited to 'include/html2bbcode.php')
-rw-r--r-- | include/html2bbcode.php | 4 |
1 files changed, 2 insertions, 2 deletions
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\>(.*?)\<\/strong\>/is', '/\<a href=\"(.*?)\"(.*?)\>(.*?)\<\/a\>/is', '/\<code\>(.*?)\<\/code\>/is', - '/\<font color=(.*?)\>(.*?)\<\/font\>', - '/\<font color=\"(.*?)\"\>(.*?)\<\/font\>', + '/\<font color=(.*?)\>(.*?)\<\/font\>/is', + '/\<font color=\"(.*?)\"\>(.*?)\<\/font\>/is', '/\<blockquote\>(.*?)\<\/blockquote\>/is', ); |