We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab1a3 commit 1ee9849Copy full SHA for 1ee9849
1 file changed
tests/Application.cfc
@@ -10,9 +10,9 @@ component {
10
public function onRequest(targetPage) {
11
//boxlang doesnt like that we have a mapping also called /tests
12
if (find("run.cfm", arguments.targetPage)) {
13
- include template="run.cfm";
+ include "run.cfm";
14
} else {
15
- include template="adhoc.cfm";
+ include "adhoc.cfm";
16
}
17
18
0 commit comments