diff --git a/templates/cfml/browser/Application.cfc b/templates/cfml/browser/Application.cfc index bfc3bee..cc44ef3 100644 --- a/templates/cfml/browser/Application.cfc +++ b/templates/cfml/browser/Application.cfc @@ -9,6 +9,9 @@ component { // any other application.cfc stuff goes below: this.sessionManagement = true; + // Turn on/off remote cfc content whitespace + this.suppressRemoteComponentContent = false; + // any mappings go here, we create one that points to the root called test. this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );