Index: openacs-4/packages/imsld/tcl/imsld-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-procs.tcl,v diff -u -r1.85 -r1.86 --- openacs-4/packages/imsld/tcl/imsld-procs.tcl 27 Sep 2006 14:41:35 -0000 1.85 +++ openacs-4/packages/imsld/tcl/imsld-procs.tcl 28 Sep 2006 10:33:02 -0000 1.86 @@ -2643,7 +2643,7 @@ # in the "structure_next_activity" function. which is the case when structure-type is "sequence") db_1row get_activity_structure_info { *SQL* } set started_p [db_0or1row as_completed_p { *SQL* }] - if { $started_p || [string eq $structure_type "selection"] } { + if { $started_p } { set structure_node [$dom_doc createElement li] $structure_node setAttribute class "liOpen" set a_node [$dom_doc createElement a]