Index: openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/map-tasks.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 15 Mar 2004 10:54:32 -0000 1.14 +++ openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 29 Jun 2004 10:17:34 -0000 1.15 @@ -51,12 +51,13 @@ if { ![empty_string_p $row(assigned_role_pretty)] || ![empty_string_p $recipient_role_pretty] } { append section_name " (" if { ![empty_string_p $row(assigned_role_pretty)] } { - append section_name "$row(assigned_role_pretty))" + append section_name "$row(assigned_role_pretty)" } if { ![empty_string_p $recipient_role_pretty] } { - append section_name "-> $recipient_role_pretty)" + append section_name " to $recipient_role_pretty" } } + append section_name ")" ad_form -extend -name tasks -form \ [list [list description_$row(action_id):richtext,optional \