summaryrefslogtreecommitdiffstats
path: root/src/handlebars.yy
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlebars.yy')
-rw-r--r--src/handlebars.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlebars.yy b/src/handlebars.yy
index e94ab51..ce06498 100644
--- a/src/handlebars.yy
+++ b/src/handlebars.yy
@@ -52,7 +52,7 @@ block
;
openBlock
- : OPEN_BLOCK helperName param* hash? blockParams? CLOSE -> { path: $2, params: $3, hash: $4, blockParams: $5, strip: yy.stripFlags($1, $6) }
+ : OPEN_BLOCK helperName param* hash? blockParams? CLOSE -> { open: $1, path: $2, params: $3, hash: $4, blockParams: $5, strip: yy.stripFlags($1, $6) }
;
openInverse