Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 9 May 2001 05:15:58 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 12 Dec 2001 20:54:47 -0000 1.3 @@ -245,7 +245,7 @@ set properties(action) [ns_conn url] } - set output "
" - append output "" + append output "" return $output } @@ -474,7 +474,7 @@ append export_data " " + value=\"[template::util::quote_html $value]\" />" } return $export_data