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

alex ua’s picture

Status: Active » Fixed

Confirmed this and will commit the change to the 6.x-1.x-dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.