diff --git a/data/en/cfswitch.json b/data/en/cfswitch.json index 4f604c36a..7ea9bf9c6 100644 --- a/data/en/cfswitch.json +++ b/data/en/cfswitch.json @@ -2,6 +2,7 @@ "name":"cfswitch", "type":"tag", "syntax":"", + "script":"switch (expression) { }", "related":["cfcase","cfdefaultcase"], "description":"Evaluates a passed expression and passes control to the cfcase tag that matches the expression result. You can, optionally, code a cfdefaultcase tag, which receives control if there is no matching cfcase tag value. Note the difference in the tag and script syntax when providing multiple values for a case.", "params": [