On line 316 of youtube.inc, the last piece generates XHTML errors, and (as far as I can tell) serves no purpose.
Line 316:
<div id="$div_id"><object type="application/x-shockwave-flash" height="$height" width="$width" data="$url" id="$id" allowFullScreen="$fullscreen_value">
Should be:
<div id="$div_id"><object type="application/x-shockwave-flash" height="$height" width="$width" data="$url" id="$id">
Doesn't play a role affecting fullscreen, as the param value handles that.
Comments
Comment #1
alex ua commentedConfirmed this and will commit the change to the 6.x-1.x-dev version.