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 -N -r1.47 -r1.48 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 19 Sep 2018 00:55:36 -0000 1.47 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 6 Oct 2018 09:26:52 -0000 1.48 @@ -76,7 +76,7 @@ # Don't collect link for nodes without an object underneath # (e.g. empty site folders), as they would just be dead links if {$node(object_id) ne ""} { - set context [list [list $node(url) [ns_quotehtml $node(instance_name)]] {*}$context] + set context [list [list $node(url) $node(instance_name)] {*}$context] } # We have the break here, so that 'from_node' itself is included