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.231 -r1.232 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 30 Apr 2009 09:02:05 -0000 1.231 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 8 May 2009 09:12:15 -0000 1.232 @@ -1715,7 +1715,7 @@ while { $i < [llength $lines1] } { set l [lindex $lines1 $i] incr i - puts "$i\t\t$l" + #puts "$i\t\t$l" append out "$l\n" } while { $j < [llength $lines2] } {