Index: openacs-4/packages/simulation/www/simplay/task-detail.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/task-detail.tcl,v diff -u -N -r1.22.2.8 -r1.22.2.9 --- openacs-4/packages/simulation/www/simplay/task-detail.tcl 23 Dec 2004 09:48:27 -0000 1.22.2.8 +++ openacs-4/packages/simulation/www/simplay/task-detail.tcl 8 Sep 2005 08:07:46 -0000 1.22.2.9 @@ -247,6 +247,7 @@ [simulation::ui::forms::document_upload::form_block]] \ -on_request { set pretty_name $action(pretty_name) + set description [template::util::richtext::create $action(description) $action(description_mime_type)] } -validate { {document_file {[simulation::ui::forms::document_upload::check_mime -document_file $document_file]}