Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -N -r1.106.2.2 -r1.106.2.3 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 27 Jun 2019 18:00:03 -0000 1.106.2.2 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 2 Jul 2019 11:19:28 -0000 1.106.2.3 @@ -415,8 +415,9 @@ #:log "-- image resolve for $page returned $item_id (name=${:name}, label=${:label})" if {$item_id} { set link [::${:package_id} pretty_link -download true -query [:query] \ - -absolute [$page absolute_links] -parent_id ${:parent_id} ${:name} \ - -page $item_id] + -absolute [$page absolute_links] -parent_id ${:parent_id} \ + -page $item_id \ + ${:name}] #:log "--l fully quali [$page absolute_links], link=$link [info commands ::$item_id]" $page references resolved [list $item_id [:type]] :render_found $link ${:label}