From 15a56c73e3b5c540d1f9d65058c9aba3ff840cdd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Feb 2016 23:36:45 +0000 Subject: newswww: set Content-Type properly Oops :x --- lib/PublicInbox/NewsWWW.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/NewsWWW.pm b/lib/PublicInbox/NewsWWW.pm index e19765c9..dfc00217 100644 --- a/lib/PublicInbox/NewsWWW.pm +++ b/lib/PublicInbox/NewsWWW.pm @@ -43,7 +43,7 @@ sub call { return [ $code, $h, [ "Redirecting to $url\n" ] ] } - [ 404, [ 'Content-Length' => 'text/plain' ], [] ]; + [ 404, [ 'Content-Type' => 'text/plain' ], [] ]; } sub ng_mid_for { -- cgit v1.2.3-24-ge0c7