From 990a69592b8fb3a9b23a7e26785c905a43b0cb7b Mon Sep 17 00:00:00 2001 From: Chris Double Date: Fri, 18 Mar 2005 03:29:04 +0000 Subject: [PATCH] fix content type typo --- library/httpd/cont-responder.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/httpd/cont-responder.factor b/library/httpd/cont-responder.factor index 6bd7b5576b..66e7c0d433 100644 --- a/library/httpd/cont-responder.factor +++ b/library/httpd/cont-responder.factor @@ -210,7 +210,7 @@ SYMBOL: callback-cc #! the request URL. [ "HTTP/1.1 302 Document Moved\nLocation: " , , - "\nContent-Length: 0\nContent-Type: text/plan\n\n" , + "\nContent-Length: 0\nContent-Type: text/plain\n\n" , ] make-string call-exit-continuation ; : redirect-to-here ( -- )