fix broken video tag (really)

This commit is contained in:
real_nowhereman 2009-12-23 12:50:51 +00:00
parent 47ae3abff6
commit c484b17f3a

View File

@ -356,7 +356,8 @@ function do_bbcode_video($action, $attr, $content, $params, $node_object) {
? "style=\"float: {$attr['float']}\" "
: '';
return '<object type="application/x-shockwave-flash" height="'.$height.'" width="'.$width.'" '
. $float .'data="'. $the_url .'"><param name="movie" value="'. $the_url .'" />'
. $float .'data="'. $the_url .'">'
.'<param name="movie" value="'. $the_url .'" />'
. $others .'</object>';
}
return '[unsupported video]';