Skip to content

Commit

Permalink
Fixed text top.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 31, 2005
1 parent 0f76abf commit 9a882d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transform.pm
Expand Up @@ -213,7 +213,7 @@ sub top {
my $self = shift;
my $tree = $self->{tree};

return "\n", $tree->[1]->[4]->[2], "\n" .
return "\n" . $tree->[1]->[4]->[2] . "\n" .
'-' x length($tree->[1]->[4]->[2]) . "\n\n";
}

Expand Down

0 comments on commit 9a882d3

Please sign in to comment.