fix content type typo

cvs
Chris Double 2005-03-18 03:29:04 +00:00
parent 99befd82e4
commit 990a69592b
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ SYMBOL: callback-cc
#! the request URL. #! the request URL.
[ [
"HTTP/1.1 302 Document Moved\nLocation: " , , "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 ; ] make-string call-exit-continuation ;
: redirect-to-here ( -- ) : redirect-to-here ( -- )