Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 25 Jul 2018 21:57:06 -0000 1.46 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 19 Sep 2018 00:55:36 -0000 1.47 @@ -204,7 +204,7 @@ ad_proc -public ad_navbar args { - produces navigation bar. notice that navigation bar is different + Produces a navigation bar. Notice that navigation bar is different than context bar, which displays packages in the site map. Navbar will only generate HTML for those links passed to it. @@ -344,7 +344,7 @@ # creates the generic javascript/nonjavascript # select box for the submenu -proc menu_submenu_select_list {items urls {highlight_url "" }} { +proc menu_submenu_select_list {items URLs {highlight_url "" }} { set return_string "" set counter 0 @@ -362,12 +362,12 @@ # if the url matches the url you would redirect to, as determined # either by highlight_url, or if highlight_url is not set, # the current url then select it - if {$highlight_url ne "" && $highlight_url == [lindex $urls $counter]} { - append return_string [subst {