Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 26, 2010
1 parent 2bba1f0 commit d331e93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/MojoX/Renderer.pm
Expand Up @@ -120,9 +120,7 @@ sub render {
if (defined $text) {

# Render
$self->handler->{text}->(
$self, $c, \$output, {text => $text, encoding => $self->encoding}
);
$self->handler->{text}->($self, $c, \$output, {text => $text});

# Extends
$c->stash->{content}->{content} = b("$output")
Expand Down

0 comments on commit d331e93

Please sign in to comment.