fix broken video tag (really)
This commit is contained in:
parent
47ae3abff6
commit
c484b17f3a
@ -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]';
|
||||
|
Loading…
x
Reference in New Issue
Block a user