Closed (fixed)
Project:
Media: YouTube
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 21:40 UTC
Updated:
24 Aug 2012 at 18:22 UTC
Howdy,
The media_youtube.formatters.inc has a tab character preceding the opening <?php declaration.
This extra space gets carried over into all drupal page renders, and has an especially negative effect on RSS feeds. Specifically, with this space in the code, IE will reject the RSS feed as improperly coded XML. I personally hate IE, but we enough traffic that we need to code for it.
All you have to do is remove the space at the start of media_youtube.formatters.inc so that the first characters of the file are the <?php declaration.
Best,
JK
Comments
Comment #1
RobW commentedLooks like this has been fixed somewhere along the way.