]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NewsWWW.pm
newswww: set Content-Type properly
[public-inbox.git] / lib / PublicInbox / NewsWWW.pm
index e19765c98bbe54fd2eccbf643b0ecd0b288ce1bd..dfc002171e650325d23d70fa5a7a6a3f352296fb 100644 (file)
@@ -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 {