more bookmark fixes

This commit is contained in:
friendica 2014-02-10 03:31:26 -08:00
parent a7fa14800d
commit 54a89eb410
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -75,7 +75,7 @@
// example: <strong> to [b]
rep(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi,"#^[url=$1]$2[/url]");
rep(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi,"[url=$1]$2[/url]");
rep(/<span style=\"font-size:(.*?);\">(.*?)<\/span>/gi,"[size=$1]$2[/size]");
rep(/<span style=\"color:(.*?);\">(.*?)<\/span>/gi,"[color=$1]$2[/color]");
rep(/<font>(.*?)<\/font>/gi,"$1");