ColdBox Framework Forums Notification: Post to Debug panel output interferes with page js

Title: RE: Debug panel output interferes with page js
Thread: Debug panel output interferes with page js
Forum: Discussions
Conference: ColdBox
User: danfusion Adding HtmlEditFormat() to line 230 in system/includes/debug.cfm works great:
[code]<cfif varVal eq ""><span class="fw_redText">N/A</span></cfif>
#varVal#[/code]

Changed to:

[code]<cfif varVal eq ""><span
class="fw_redText">N/A</span></cfif> #HtmlEditFormat(varVal)#[/code]
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=5BE9F03F-FF65-CEF6-655438700C2D130C