Skip to content

Commit

Permalink
s/to_txt/to_text/
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 17, 2015
1 parent 1e0dcaf commit 8080dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Server/View/Pod.pm
Expand Up @@ -24,7 +24,7 @@ sub process {
$x_codes = $c->config->{pod_html_x_codes} unless defined $x_codes;

if ( $accept eq 'text/plain' ) {
$body = $self->_factory->to_txt($content);
$body = $self->_factory->to_text($content);
$content_type = 'text/plain';
}
elsif ( $accept eq 'text/x-pod' ) {
Expand Down

0 comments on commit 8080dc8

Please sign in to comment.