]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
www: remove "1\n" lines in $MSGID/t/ view
[public-inbox.git] / lib / PublicInbox / View.pm
index 01c086bf0676bb4904387f0de45aa619c687b3dc..071a20930827654fc0af9c0b0f1108d4bb5a4aa4 100644 (file)
@@ -387,7 +387,8 @@ sub thread_eml_entry {
        my ($ctx, $eml) = @_;
        my ($beg, $end) = thread_adj_level($ctx, $ctx->{level});
        print { $ctx->zfh } $beg, '<pre>';
-       print { $ctx->{zfh} } eml_entry($ctx, $eml), '</pre>', $end;
+       print { $ctx->{zfh} } eml_entry($ctx, $eml), '</pre>';
+       $end;
 }
 
 sub next_in_queue ($$) {