From ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Dec 2010 23:48:11 -0800 Subject: and slashes - sigh... --- include/html2bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/html2bbcode.php') diff --git a/include/html2bbcode.php b/include/html2bbcode.php index f5790217a..688c01452 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -24,8 +24,8 @@ function html2bbcode($s) { '/\(.*?)\<\/code\>/is', '/\(.*?)\<\/span\>/is', '/\(.*?)\<\/blockquote\>/is', - '/\(.*?)\/is', - '/\(.*?)\/is', + '/\(.*?)\<\/video\>/is', + '/\(.*?)\<\/audio\>/is', ); -- cgit v1.2.3