aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-30 21:09:58 -0800
committerFriendika <info@friendika.com>2010-12-30 21:09:58 -0800
commite490c9459d066d4658f46b4b37b5c9321b0e7956 (patch)
tree8bcab48e9259b6226e306a4a84dd2c73c2d89323 /include
parent53928bec875bd15576d3157c678bf29e215eb63b (diff)
downloadvolse-hubzilla-e490c9459d066d4658f46b4b37b5c9321b0e7956.tar.gz
volse-hubzilla-e490c9459d066d4658f46b4b37b5c9321b0e7956.tar.bz2
volse-hubzilla-e490c9459d066d4658f46b4b37b5c9321b0e7956.zip
and right angles
Diffstat (limited to 'include')
-rw-r--r--include/html2bbcode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/html2bbcode.php b/include/html2bbcode.php
index 1aaaffc55..f5790217a 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',
);