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://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3467e9387753ecd69e976aa82e173821fc765e;p=thirdparty%2Fpublic-inbox.git view: remove redundant pre closing tag --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 373545a2f..3982a47fa 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; }); }