about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-24 00:15:08 +0000
committerEric Wong <e@80x24.org>2017-03-24 00:34:05 +0000
commitb24abb7762a600a3cba45ccd9bcb5ec8d97dd37d (patch)
treee79c588c72ce9f01cd5deba055333eb00804e234
parentb7ad68f80356124f08e93ead6a575375f726291f (diff)
downloadpublic-inbox-b24abb7762a600a3cba45ccd9bcb5ec8d97dd37d.tar.gz
At least for the thread view (&x=t); this will make it
easy to link to the overview.
-rw-r--r--lib/PublicInbox/SearchView.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index f1c4b6a0..b867d002 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -145,7 +145,7 @@ sub search_nav_bot {
         my $o = $q->{o};
         my $end = $o + $nr;
         my $beg = $o + 1;
-        my $rv = '</pre><hr><pre>';
+        my $rv = '</pre><hr><pre id=t>';
         if ($beg <= $end) {
                 $rv .= "Results $beg-$end of $total";
                 $rv .= ' (estimated)' if $end != $total;