Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.23 -r1.23.2.1 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 21 Oct 2003 21:52:56 -0000 1.23 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 26 Nov 2003 12:36:27 -0000 1.23.2.1 @@ -168,7 +168,7 @@ foreach arg $args { incr count - if {[llength $arg] == 2 && $count < $total_n_args} { + if {$count < $total_n_args && [llength $arg] == 2 } { lappend list_of_links "[lindex $arg 1]" } else { lappend list_of_links "$arg"