We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a3c81 + fdbb615 commit a3c810bCopy full SHA for a3c810b
1 file changed
system/exceptions/Whoops.cfm
@@ -644,7 +644,7 @@ An enhanced error reporting and debugging tool for ColdBox Framework
644
</cfif>
645
646
<!--- Add spacing for indentation --->
647
- <cfset spacing = "#chr( 20 )##chr( 20 )##chr( 20 )##chr( 20 )#">
+ <cfset spacing = "#chr( 32 )##chr( 32 )##chr( 32 )##chr( 32 )#">
648
649
<!--- Output code only once per instance found --->
650
<cfset filecontent = []>
@@ -659,7 +659,7 @@ An enhanced error reporting and debugging tool for ColdBox Framework
659
"#repeatString( spacing, findInitalSpaces[ 1 ].len[ 1 ] )##trimmedline#"
660
)>
661
<cfelse>
662
- <cfset arrayAppend( filecontent, "#chr( 20 )##line#" )>
+ <cfset arrayAppend( filecontent, "#chr( 32 )##line#" )>
663
664
</cfloop>
665
0 commit comments