Skip to content

Commit

Permalink
use more appropriate variable name in renderer example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 23, 2012
1 parent 3fee419 commit 5f7ee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -888,7 +888,7 @@ do is add a new C<handler>.
my $inline = $options->{inline};

# Try to find appropriate template in DATA section
my $content = $r->get_data_template($options);
my $data = $r->get_data_template($options);

# Generate absolute template path
my $path = $r->template_path($options);
Expand Down

0 comments on commit 5f7ee1a

Please sign in to comment.