From 53928bec875bd15576d3157c678bf29e215eb63b Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Dec 2010 21:08:06 -0800 Subject: [PATCH] oops escape left angles in expressions --- include/html2bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', );