From ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Dec 2010 23:48:11 -0800 Subject: [PATCH] and slashes - sigh... --- include/html2bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/html2bbcode.php b/include/html2bbcode.php index f5790217a6..688c014526 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', );