Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v
diff -u -r1.56 -r1.57
--- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl	13 Dec 2017 20:42:31 -0000	1.56
+++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl	9 Jan 2018 10:06:13 -0000	1.57
@@ -391,7 +391,7 @@
     fconfigure [:channel] -translation binary
 
     if {[:mode] eq "scripted"} {
-      set content_type "text/html;chartype=utf-8"
+      set content_type "text/html;charset=utf-8"
       set encoding "Cache-Control: no-cache\r\nTransfer-Encoding: chunked\r\n"
       set body "<html><body>[string repeat { } 1024]\r\n"
       set body [format %x [string length $body]]\r\n$body\r\n