Closed (works as designed)
Project:
KML
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 19:52 UTC
Updated:
6 Oct 2011 at 21:07 UTC
When create a KML feed using views, the KML generated includes an superfluous line feed at the top of the file which causes the KML to be invalid. I tried to edit "kml/views/views-view-kml.tpl.php" and remove it but it's still there. Not sure how to remove and get a valid KML feed. Help!
Comments
Comment #1
jduhls commentedDiscovered that the extra line feed is produced by the fact that my theme's "template.php" had "?>" in it. If you remove them, the extra line feed is gone. This problem affected all kinds of other modules like RSS, etc. Anyway - fixed!