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.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 31 Aug 2003 06:38:14 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 7 Nov 2003 17:20:11 -0000 1.17 @@ -65,7 +65,7 @@ set node(instance_name) $node(name) } - set context [concat [list [list $node(url) $node(instance_name)]] $context] + set context [concat [list [list $node(url) [ad_quotehtml $node(instance_name)]]] $context] # We have the break here, so that 'from_node' itself is included if { [string equal $node_id $from_node] } {