Skip to content

Commit

Permalink
fixed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2012
1 parent 930d009 commit 7867084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Template.pm
Expand Up @@ -14,7 +14,7 @@ has capture_end => 'end';
has capture_start => 'begin';
has comment_mark => '#';
has encoding => 'UTF-8';
has escape => 'Mojo::Util::xml_escape("$_[0])"';
has escape => 'Mojo::Util::xml_escape("$_[0]")';
has [qw(escape_mark expression_mark trim_mark)] => '=';
has [qw(line_start replace_mark)] => '%';
has name => 'template';
Expand Down

0 comments on commit 7867084

Please sign in to comment.