Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
return the $text in any case.
  • Loading branch information
timo committed Jul 12, 2013
1 parent 5ee2293 commit ea59f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/To/Text.pm
Expand Up @@ -133,7 +133,7 @@ sub formatting2text($pod) {
if $pod.type ~~ %formats {
return colored($text, %formats{$pod.type});
}
twine2text($pod.content)
$text
}

sub twine2text($twine) {
Expand Down

0 comments on commit ea59f98

Please sign in to comment.