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 ( -- )