]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
view: remove redundant pre closing tag
[public-inbox.git] / lib / PublicInbox / View.pm
index 373545a2fadc181607d9946d9a5c10725f4e038c..3982a47fa2fe0598d3204ad8184ab4398a0f3de7 100644 (file)
@@ -378,7 +378,7 @@ sub thread_html {
                        return index_entry($mime, $ctx, scalar @$msgs);
                }
                $msgs = undef;
-               '</pre>'.$skel;
+               $skel;
        });
 }