about summary refs log tree commit homepage
path: root/lib/PublicInbox/NewsWWW.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-28 23:36:45 +0000
committerEric Wong <e@80x24.org>2016-02-28 23:57:33 +0000
commit15a56c73e3b5c540d1f9d65058c9aba3ff840cdd (patch)
tree46d67ec81b8ae48e1595f934e6bcabf373850f53 /lib/PublicInbox/NewsWWW.pm
parentaeaa38f620cf880a073b3a37463f0c577188df46 (diff)
downloadpublic-inbox-15a56c73e3b5c540d1f9d65058c9aba3ff840cdd.tar.gz
Oops :x
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 {