about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-14 10:21:13 +0000
committerEric Wong <e@80x24.org>2016-08-14 10:24:24 +0000
commit9a3467e9387753ecd69e976aa82e173821fc765e (patch)
tree4443c93ae255498b4f03f73bae170aa54ecb3e72 /lib
parent2b4bbe3857ab1a4dd194612018029c5511505cba (diff)
downloadpublic-inbox-9a3467e9387753ecd69e976aa82e173821fc765e.tar.gz
Diffstat (limited to 'lib')
-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;
         });
 }