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]';