Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.39 -r1.40 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Feb 2007 09:57:09 -0000 1.39 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Feb 2007 15:05:18 -0000 1.40 @@ -241,7 +241,7 @@ } } } else { - ns_return 200 text/html $content + ns_return 200 [::xo::cc get_parameter content-type text/html] $content } }