summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-27 13:54:40 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-27 13:54:40 -0500
commita96361ab84452a83bdca37e37c5438f41c5e2be1 (patch)
tree3d4595ff9774e11c0dd7766cf95e8f06d7e0e2e7 /lib
parentec1f85656aab83a0b0784f87cc6ff4eb2421e789 (diff)
downloadtext-handlebars-a96361ab84452a83bdca37e37c5438f41c5e2be1.tar.gz
text-handlebars-a96361ab84452a83bdca37e37c5438f41c5e2be1.zip
close_tag, not tag_end
Diffstat (limited to 'lib')
-rw-r--r--lib/Text/Xslate/Syntax/Handlebars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Xslate/Syntax/Handlebars.pm b/lib/Text/Xslate/Syntax/Handlebars.pm
index 771a949..357faca 100644
--- a/lib/Text/Xslate/Syntax/Handlebars.pm
+++ b/lib/Text/Xslate/Syntax/Handlebars.pm
@@ -47,7 +47,7 @@ sub split_tags {
if ($pos >= 0) {
my $code = substr $input, 0, $pos, '';
- $input =~ s/\A\Q$tag_end//
+ $input =~ s/\A\Q$close_tag//
or die "Oops!";
push @chunks, [