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.13 -r1.14 --- openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 23 Jan 2004 14:31:36 -0000 1.13 +++ openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 15 Mar 2004 10:54:32 -0000 1.14 @@ -51,7 +51,7 @@ 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)"