Skip to content

Commit f3c28e6

Browse files
authored
Merge pull request #15 from richardherbert/patch-1
Update Application.cfc
2 parents 974ea40 + c3ad8c0 commit f3c28e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/cfml/browser/Application.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ component {
99
// any other application.cfc stuff goes below:
1010
this.sessionManagement = true;
1111

12+
// Turn on/off remote cfc content whitespace
13+
this.suppressRemoteComponentContent = false;
14+
1215
// any mappings go here, we create one that points to the root called test.
1316
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
1417

0 commit comments

Comments
 (0)