diff options
author | Friendika <info@friendika.com> | 2010-12-30 23:48:11 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-30 23:48:11 -0800 |
commit | ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7 (patch) | |
tree | 6178b09318e914e5743bc5687aad7b6dac0dc8b7 | |
parent | cf88b283786c7421b2fe63f7da20c345e1e8672d (diff) | |
download | volse-hubzilla-ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7.tar.gz volse-hubzilla-ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7.tar.bz2 volse-hubzilla-ca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7.zip |
and slashes - sigh...
-rw-r--r-- | include/html2bbcode.php | 4 |
1 files changed, 2 insertions, 2 deletions
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\>(.*?)\<\/code\>/is', '/\<span style=\"color:(.*?)\"\>(.*?)\<\/span\>/is', '/\<blockquote\>(.*?)\<\/blockquote\>/is', - '/\<video(.*?) src=\"(.*?)\" (.*?)\>(.*?)\</video\>/is', - '/\<audio(.*?) src=\"(.*?)\" (.*?)\>(.*?)\</audio\>/is', + '/\<video(.*?) src=\"(.*?)\" (.*?)\>(.*?)\<\/video\>/is', + '/\<audio(.*?) src=\"(.*?)\" (.*?)\>(.*?)\<\/audio\>/is', ); |