Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.53 -r1.542.2.54 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Nov 2019 11:46:42 -0000 1.542.2.53 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 19 Nov 2019 12:55:11 -0000 1.542.2.54 @@ -2299,11 +2299,14 @@ {-siteurl ""} {-lang ""} {-download false} + {-path_encode:boolean true} } { # return the pretty_link for the current page ${:package_id} pretty_link -parent_id ${:parent_id} \ -anchor $anchor -query $query -absolute $absolute -siteurl $siteurl \ - -lang $lang -download $download -page [self] ${:name} + -lang $lang -download $download -page [self] \ + -path_encode $path_encode \ + ${:name} \ } Page instproc detail_link {} {