]> git.mxchange.org Git - friendica.git/blobdiff - include/html2bbcode.php
upgrading the photo and name update
[friendica.git] / include / html2bbcode.php
index 2ae0df8f688123077eca1b070b2ae749247de254..80841375e8ed28294e7012e5f00d20195e1a33ba 100644 (file)
@@ -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',
 
                         );