Active
Project:
VideoField
Version:
6.x-1.35
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2011 at 22:47 UTC
Updated:
19 Nov 2011 at 22:47 UTC
Hi,
Attached is a modified version of the common.inc distributed with videofield version 6.x-1.35. It is a proposed fix for invalid HTML output generated by theme_videofield_format_play() in common.inc as used in the videofield_play_quicktime and videofield_play_realmedia themes. In these cases, the closing
tag was being place outside the enclosing
meant to encapsulate the player
, thus producing mal-formed HTML that failed to render correctly. The fixed code now generates pages that check successfully as XHTML 1.0 Strict on the W3C Markup Validation service (http://validator.w3.org/). I don't trust myself to correctly generate a .patch file, so I'm sending a full copy of my modified version. I hope you will find this useful and be able to incorporate the changes into the project Thanks for providing this very useful module! -- Ed Huott| Comment | File | Size | Author |
|---|---|---|---|
| common.inc_.modified.tgz | 4.01 KB | huotte |