Index: openacs-4/packages/cms/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/cms/tcl/form-procs.tcl 1 Nov 2003 08:45:38 -0000 1.23 +++ openacs-4/packages/cms/tcl/form-procs.tcl 6 Apr 2005 22:06:19 -0000 1.24 @@ -1519,7 +1519,7 @@ template::form section $form_name $section template::element create $form_name "${prefix}content" \ - -widget textarea \ + -widget richtext \ -label {} \ -datatype text \ -html { cols 80 rows 20 wrap physical }