From 398b85e2a27718ba9eb0cc1d022660aadb184add Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Nov 2017 09:23:38 +0000 Subject: searchview: s/threaded/nested/ We want to be consistent with the view change in commit b223e6f49debb99b9132bc85d97a065ebcee00b9 --- lib/PublicInbox/SearchView.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm index c42cf2d6..39400d6d 100644 --- a/lib/PublicInbox/SearchView.pm +++ b/lib/PublicInbox/SearchView.pm @@ -79,7 +79,7 @@ sub load_doc_retry { } } -# display non-threaded search results similar to what users expect from +# display non-nested search results similar to what users expect from # regular WWW search engines: sub mset_summary { my ($ctx, $mset, $q) = @_; @@ -157,10 +157,10 @@ sub search_nav_top { my $x = $q->{x}; if ($x eq '') { my $t = $q->qs_html(x => 't'); - $rv .= qq{summary|threaded} + $rv .= qq{summary|nested} } elsif ($q->{x} eq 't') { my $s = $q->qs_html(x => ''); - $rv .= qq{summary|threaded}; + $rv .= qq{summary|nested}; } my $A = $q->qs_html(x => 'A', r => undef); $rv .= qq{|Atom feed]}; -- cgit v1.2.3-24-ge0c7