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.485.2.21 -r1.485.2.22 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 31 Dec 2015 17:01:44 -0000 1.485.2.21 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Feb 2016 10:07:57 -0000 1.485.2.22 @@ -2094,6 +2094,7 @@ regexp {^([^|]+)[|](.*)$} $arg _ link label regexp {^([^|]+)[|](.*)$} $label _ label options set options [my unescape $options] + set link [string trim $link] # Get the package_id from the provided path, and - if found - # return the shortened link relative to it.