]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: drop unnecessary comma in date range note
authorEric Wong <e@80x24.org>
Sun, 4 Sep 2022 16:09:45 +0000 (16:09 +0000)
committerEric Wong <e@80x24.org>
Thu, 8 Sep 2022 08:09:56 +0000 (08:09 +0000)
I'm not sure how it got there, but it seems out-of-place in
retrospect.

lib/PublicInbox/View.pm

index 2b8e220bb2a7f3ca4628a261c49f0efce04b4250..446e6bb84ee18dee7a6cc1385211e0d72550ae8c 100644 (file)
@@ -1262,7 +1262,7 @@ sub paginate_recent ($$) {
                        my $n = strftime('%Y-%m-%d %H:%M:%S', gmtime($newest));
                        my $o = strftime('%Y-%m-%d %H:%M:%S', gmtime($oldest));
                        $ctx->{t_note} = <<EOM;
- messages from $o to $n UTC, [<a href="#nav">more...</a>]
+ messages from $o to $n UTC [<a href="#nav">more...</a>]
 EOM
                        my $s = ts2str($newest);
                        $ctx->{prev_page} = qq[<a\nhref="?t=$s-"\nrel=prev>] .