From b841f825b5befc1fd03dfe49b3af3f31403c9d97 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Jun 2013 21:50:02 -0700 Subject: linkify the non-embeddable video --- include/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index a06d8c4d8..862570348 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -428,8 +428,8 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) { // if video couldn't be embedded, link to it instead. - $Text = preg_replace("/\[video\](.*?)\[\/video\]/", '$1', $Text); - $Text = preg_replace("/\[audio\](.*?)\[\/audio\]/", '$1', $Text); + $Text = preg_replace("/\[video\](.*?)\[\/video\]/", '$1', $Text); + $Text = preg_replace("/\[audio\](.*?)\[\/audio\]/", '$1', $Text); // html5 video and audio -- cgit v1.2.3