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.24 --- 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 20 Apr 2004 21:13:19 -0000 1.24 @@ -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"