lib/PublicInbox/NewsWWW.pm | 2 +- diff --git a/lib/PublicInbox/NewsWWW.pm b/lib/PublicInbox/NewsWWW.pm index 908c43510dbd8f41bf6ce48dfb2e6212e771fcff..9b01dcd3839023ae69481dd1e282d491b97443c3 100644 --- a/lib/PublicInbox/NewsWWW.pm +++ b/lib/PublicInbox/NewsWWW.pm @@ -43,7 +43,7 @@ my $h = [ Location => $url, 'Content-Type' => 'text/plain' ]; return [ $code, $h, [ "Redirecting to $url\n" ] ] } - [ 404, [ 'Content-Type' => 'text/plain' ], [] ]; + [ 404, [ 'Content-Type' => 'text/plain' ], [ "404 Not Found\n" ] ]; } 1;