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.47 -r1.48
--- openacs-4/packages/acs-templating/tcl/list-procs.tcl	10 Oct 2007 01:03:07 -0000	1.47
+++ openacs-4/packages/acs-templating/tcl/list-procs.tcl	21 Aug 2008 11:15:33 -0000	1.48
@@ -753,9 +753,8 @@
             lappend __csv_cols [csv_quote $__element_name]
         }
     }
-    append __output "\"[join $__cols "\",\""]\"\n"
+    append __output "\"[join $__csv_cols "\",\""]\"\n"
 
-
     # Output rows
     template::multirow foreach $list_properties(multirow) {