From e490c9459d066d4658f46b4b37b5c9321b0e7956 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Dec 2010 21:09:58 -0800 Subject: [PATCH] and right angles --- include/html2bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 1aaaffc557..f5790217a6 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', ); -- 2.39.5