Skip to content

Commit

Permalink
fixing two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Perlmuter committed Feb 22, 2010
1 parent 660d737 commit 6e8f9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Tenjin.pm
Expand Up @@ -200,6 +200,7 @@ Tenjin - Fast templating engine with support for embedded Perl.
# so there's no need to do this if your
# templates really are utf8.
my %options = ( path => '/path/to/templates', postfix => '.html' );
my $engine = Tenjin->new(\%options);
my $context = { title => 'Tenjin Example', items => [qw/AAA BBB CCC/] };
my $filename = 'file.html';
Expand Down

0 comments on commit 6e8f9dc

Please sign in to comment.