]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: remove redundant pre closing tag
authorEric Wong <e@80x24.org>
Sun, 14 Aug 2016 10:21:13 +0000 (10:21 +0000)
committerEric Wong <e@80x24.org>
Sun, 14 Aug 2016 10:24:24 +0000 (10:24 +0000)
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;
        });
 }