diff options
-rwxr-xr-x | run/p5p | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ for my $alt (@alt) { $s{$id} = $decoder->decode_text($s{$id}); $s{$id} = encode_entities($s{$id}); - my $u = 'https://www.nntp.perl.org/group/perl.perl5.porters/0/0/msg' . $id + $alt->{offset} . '.html'; + my $u = 'https://www.nntp.perl.org/group/perl.perl5.porters/0/0/msg' . ($id + $alt->{offset}) . '.html'; print <<HTML; <div class="entry"> |