about summary refs log tree commit homepage
path: root/lib/PublicInbox/NewsWWW.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/NewsWWW.pm')
-rw-r--r--lib/PublicInbox/NewsWWW.pm2
1 files changed, 1 insertions, 1 deletions
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 {