Skip to content

Commit

Permalink
Oops. One too many entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 14, 2009
1 parent 4fb701c commit 4c7886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Perlanet.pm
Expand Up @@ -219,7 +219,7 @@ sub run {

# Only need so many entries
if (@entries > $self->cfg->{entries}) {
$#entries = $self->cfg->{entries};
$#entries = $self->cfg->{entries} - 1;
}

# Preferences for HTML::Tidy
Expand Down

0 comments on commit 4c7886f

Please sign in to comment.