Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.26.2.4 -r1.26.2.5 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 6 Oct 2005 10:41:36 -0000 1.26.2.4 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 21 Oct 2005 02:16:41 -0000 1.26.2.5 @@ -734,7 +734,7 @@ append __output "\"[join $__cols "\",\""]\"\n" } - ns_return 200 text/plain $__output + ns_return 200 text/csv $__output }