File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 122
122
background-color : #CFE9FF ;
123
123
font-weight :bold ;
124
124
padding : 5px 5px ;
125
+ vertical-align : top ;
125
126
}
126
127
tr {
127
128
background-color : white ;
Original file line number Diff line number Diff line change 20
20
#this Item # :
21
21
</th >
22
22
<td class =" cbd-cellBreak" >
23
- <div class = " cbd-cellScroller " >
23
+ <div >
24
24
<!--- Simple value Exceptions --->
25
25
<cfif isSimpleValue ( args .profiler .exception [ this Item ] ) >
26
26
27
27
<cfif this Item eq " stacktrace" >
28
- <code >
29
- #exceptionBean .processStackTrace ( args .profiler .exception [ this Item ] ) #
30
- </code >
28
+ <code ><pre >#exceptionBean .processStackTrace ( args .profiler .exception [ this Item ] ) #</pre ></code >
31
29
<cfelse >
32
30
#args .profiler .exception [ this Item ] #
33
31
</cfif >
65
63
</div >
66
64
67
65
<!--- Code Print --->
68
- <cfif this TagContext .keyExists ( " codePrintHTML " ) >
66
+ <cfif this TagContext .keyExists ( " codePrintPlain " ) >
69
67
<div class =" mt5 cbd-text-muted" >
70
- <code >
71
- #this TagContext .codePrintHTML #
72
- </code >
68
+ <code ><pre >#this TagContext .codePrintPlain #</pre ></code >
73
69
</div >
74
70
</cfif >
75
71
</div >
You can’t perform that action at this time.
0 commit comments