From: Friendika Date: Fri, 31 Dec 2010 07:48:11 +0000 (-0800) Subject: and slashes - sigh... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7;p=friendica.git and slashes - sigh... --- 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', );