about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index ac7657ae..ad94977a 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -186,17 +186,17 @@ sub index_entry {
                 $rv .= "\t[relevance $pct->{$mid_raw}%]";
                 $hr = 1;
         } elsif ($mapping) {
-                my $threaded = 'threaded';
+                my $nested = 'nested';
                 my $flat = 'flat';
                 my $end = '';
                 if ($ctx->{flat}) {
                         $hr = 1;
                         $flat = "<b>$flat</b>";
                 } else {
-                        $threaded = "<b>$threaded</b>";
+                        $nested = "<b>$nested</b>";
                 }
                 $rv .= "\t[<a\nhref=\"${mhref}T/#u\">$flat</a>";
-                $rv .= "|<a\nhref=\"${mhref}t/#u\">$threaded</a>]";
+                $rv .= "|<a\nhref=\"${mhref}t/#u\">$nested</a>]";
                 $rv .= " <a\nhref=#r$id>$ctx->{s_nr}</a>";
         } else {
                 $hr = $ctx->{-hr};