From: Eric Wong Date: Sun, 14 Aug 2016 10:21:13 +0000 (+0000) Subject: view: remove redundant pre closing tag X-Git-Tag: v1.0.0~231 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9a3467e9387753ecd69e976aa82e173821fc765e;p=public-inbox.git view: remove redundant pre closing tag --- 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; - ''.$skel; + $skel; }); }