Bug in CacheBox monitor.cfm

I'm not sure if it's the correct space, but I created a bug for
CacheBox on the Assembla space:

https://coldbox.assembla.com/spaces/coldbox-community/tickets/1-monitor-cfm-needs--cfoutput--inside-reportheader-variable

Under CF8, the monitor tag does not load the required assets due to
the use of the <cfsetting enablecfoutputonly="false"> tag. In order to
get the assets to load, I always need to manually edit the monitor.cfm
and change the code:

<!--- output header assets --->
<cfsavecontent variable="reportHeader">
<style type="text/css"><cfinclude template="/cachebox/system/cache/
report/skins/#attributes.skin#/cachebox.css"></style>
<script type="text/javascript"><cfinclude template="/cachebox/system/
cache/report/skins/#attributes.skin#/cachebox.js"></script>
</cfsavecontent>

to:

<!--- output header assets --->
<cfsavecontent variable="reportHeader"><cfoutput>
<style type="text/css"><cfinclude template="/cachebox/system/cache/
report/skins/#attributes.skin#/cachebox.css"></style>
<script type="text/javascript"><cfinclude template="/cachebox/system/
cache/report/skins/#attributes.skin#/cachebox.js"></script>
</cfoutput></cfsavecontent>

thanks!

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com