about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 373545a2..3982a47f 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -378,7 +378,7 @@ sub thread_html {
                         return index_entry($mime, $ctx, scalar @$msgs);
                 }
                 $msgs = undef;
-                '</pre>'.$skel;
+                $skel;
         });
 }