Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.42 -r1.140.2.43 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 May 2016 08:42:20 -0000 1.140.2.42 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 28 May 2016 09:52:18 -0000 1.140.2.43 @@ -4804,7 +4804,7 @@ # POST data info # if {[ns_conn flags] & 1} { - append info "\n connection already closed, cooked form-content:" + append info "\n connection already closed, cooked form-content:" foreach {k v} [ns_set array [ns_getform]] { if {[string length $v] > 100} { set v "[string range $v 0 100]..."