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.9 -r1.106.2.10 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 23 Sep 2019 12:28:26 -0000 1.106.2.9 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 16 Oct 2019 11:41:11 -0000 1.106.2.10 @@ -436,7 +436,8 @@ [list return_url [::xo::cc url]] \ autoname name last_page_id] set html [:render_not_found $link ${:label}] - ${:page} references unresolved $html + ${:page} references unresolved \ + [list parent_id ${:parent_id} name ${:name} link_type ${:type} html $html] return $html } }