more fixes from landing

This commit is contained in:
Mike Macgirvin 2010-09-09 02:00:01 -07:00
parent bc9e175ced
commit c59948f1dc
2 changed files with 5 additions and 3 deletions

View 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',
);