Index: openacs-4/packages/simulation/www/object-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/Attic/object-edit.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/simulation/www/object-edit.tcl 24 Oct 2003 10:28:27 -0000 1.6 +++ openacs-4/packages/simulation/www/object-edit.tcl 24 Oct 2003 12:39:18 -0000 1.7 @@ -322,7 +322,7 @@ richtext { set content_elm [template::util::richtext::create $content(text) $content(mime_type)] } - textara { + textarea { set content_elm $content(text) } }