From: Eric Wong Date: Tue, 28 Nov 2023 17:37:01 +0000 (+0000) Subject: www: mail_diff: add missing tag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e3e12f23994538383f54f44e92e8a0d63070b2;p=thirdparty%2Fpublic-inbox.git www: mail_diff: add missing tag Found by tidy(1) while dealing with other stuff. --- diff --git a/lib/PublicInbox/MailDiff.pm b/lib/PublicInbox/MailDiff.pm index 89284e39c..e4e262efe 100644 --- a/lib/PublicInbox/MailDiff.pm +++ b/lib/PublicInbox/MailDiff.pm @@ -56,7 +56,7 @@ sub next_smsg ($) { $self->{smsg} = $over ? $over->next_by_mid(@{$self->{next_arg}}) : $ctx->gone('over'); if (!$self->{smsg}) { - $ctx->write($ctx->_html_end); + $ctx->write('', $ctx->_html_end); return $ctx->close; } PublicInbox::DS::requeue($self) if $ctx->{env}->{'pi-httpd.async'};