I’m having a problem with trying to render a CSV through the manager because it instists on putting this at the bottom of each page.
<!-- Page generated in 0.138672 seconds by MODx runtime parser -->
If I were to kill this for everything or at least for the modules, would anyone mind? You can still get this information if you actually turn debugging on.
I looked into checking the headers to only reder it for text/html or text/xml documents, but aparently there’s no way to do it with anything but apache at this point.
So, would you miss it?
P.S. the code is at the bottom of the includes/debug.inc.php file if you want to take a look.