From: Friendika Date: Fri, 31 Dec 2010 05:08:06 +0000 (-0800) Subject: oops escape left angles in expressions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53928bec875bd15576d3157c678bf29e215eb63b;p=friendica.git oops escape left angles in expressions --- diff --git a/include/html2bbcode.php b/include/html2bbcode.php index b993292300..1aaaffc557 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -24,8 +24,8 @@ function html2bbcode($s) { '/\(.*?)\<\/code\>/is', '/\(.*?)\<\/span\>/is', '/\(.*?)\<\/blockquote\>/is', - '/\(.*?)/is', - '/\(.*?)/is', + '/\(.*?)\/is', + '/\(.*?)\/is', );