Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -N -r1.314 -r1.315 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 9 Apr 2018 07:58:06 -0000 1.314 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 25 Apr 2018 08:51:36 -0000 1.315 @@ -469,8 +469,10 @@ set package_prefix [:get_parameter package_prefix ${:package_url}] if {$package_prefix eq "/" && [string length $lang]>2} { - # don't compact the the path for images etc. to avoid conflicts + # + # Don't compact the path for images etc. to avoid conflicts # with e.g. //../image/* + # set package_prefix ${:package_url} } #:msg "lang=$lang, default_lang=$default_lang, name=$name, parent_id=$parent_id, package_prefix=$package_prefix"