From c484b17f3af4f42f1eedf7616ea84426f28af597 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 23 Dec 2009 12:50:51 +0000 Subject: [PATCH] fix broken video tag (really) --- fp-plugins/bbcode/plugin.bbcode.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php index a809763..7579299 100644 --- a/fp-plugins/bbcode/plugin.bbcode.php +++ b/fp-plugins/bbcode/plugin.bbcode.php @@ -356,7 +356,8 @@ function do_bbcode_video($action, $attr, $content, $params, $node_object) { ? "style=\"float: {$attr['float']}\" " : ''; return '' + . $float .'data="'. $the_url .'">' + .'' . $others .''; } return '[unsupported video]';