mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
more fixes from landing
This commit is contained in:
parent
bc9e175ced
commit
c59948f1dc
2 changed files with 5 additions and 3 deletions
|
@ -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',
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue