Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.239.2.93 -r1.239.2.94 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 20 Aug 2022 10:28:17 -0000 1.239.2.93 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 20 Aug 2022 16:36:57 -0000 1.239.2.94 @@ -595,20 +595,46 @@ set class [namespace tail [:info class]] set id [expr {[info exists :id] ? "id='[:id]'" : ""}] set html [next] - set localized_title [::xo::localize $title] - set link [expr {[string match "*:*" $name] ? - "[ns_quotehtml $localized_title]" : - $localized_title}] + set localized_title [ns_quotehtml [::xo::localize $title]] + set href [::$package_id pretty_link -parent_id [::$package_id folder_id] $name] + set link [expr {[string match "*:*" $name] + ? "$localized_title" + : $localized_title}] ::xo::render_localizer - return [subst [[self class] set template]] - } -set template [expr {[apm_version_names_compare [ad_acs_version] 5.3.0] == 1 ? - {