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 -N -r1.542.2.11 -r1.542.2.12 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Apr 2019 12:24:43 -0000 1.542.2.11 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Apr 2019 13:43:18 -0000 1.542.2.12 @@ -2310,7 +2310,7 @@ ${lang}:$stripped_name] dict set item_ref_info link_type language - } elseif {[regexp {^[.]SELF[.]/(.*)$} [dict get $link_info link] _ (link)]} { + } elseif {[regexp {^[.]SELF[.]/(.*)$} [dict get $link_info link] _ link]} { # # Remove ".SELF./" from the path and search for the named # resource (e.g. the image name) under the current (physical) @@ -2322,7 +2322,7 @@ -use_package_path $use_package_path \ -default_lang [:lang] \ -parent_id [:physical_item_id] \ - [dict get $link_info link]] + $link] #:log "SELF-LINK returns $item_ref_info" } else {