Closed (works as designed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2006 at 08:15 UTC
Updated:
5 Apr 2006 at 03:03 UTC
If "Display page timer" enabled it breaks the XML generated by Gsitemap by placing
<div class="dev-timer> Page execution time was 366.62 ms.</div> at the end of XML.
(Could you create a setting for those nodes what I want prevent to process by Devel?)
Comments
Comment #1
moshe weitzman commenteddevel already tries to not output this gunk if your module has sent http content-type header indicating that you are sending xml. drupal core does this. make gsitemap send its headers and this should fix automatically.