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

RobW’s picture

Status: Active » Closed (fixed)

Looks like this has been fixed somewhere along the way.