about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index d6711d5c..ed3c96e8 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -182,6 +182,8 @@ sub index_entry {
                 $rv .= "\t[<a\nhref=\"${mhref}T/#u\">$flat</a>";
                 $rv .= "|<a\nhref=\"${mhref}t/#u\">$threaded</a>]";
                 $rv .= " <a\nhref=#r$id>$ctx->{s_nr}</a>";
+        } else {
+                $hr = $ctx->{-hr};
         }
 
         $rv .= $more ? '</pre><hr><pre>' : '</pre>' if $hr;