Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.72 -r1.368.2.73 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Sep 2020 07:04:44 -0000 1.368.2.72 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Sep 2020 08:53:59 -0000 1.368.2.73 @@ -63,7 +63,7 @@ if {[content::item::get -item_id $page_ref]} { set item_id $page_ref } - } elseif {[string index $page_ref 0] eq "/"} { + } elseif {[string first / $page_ref] != -1} { # # $page_ref looks like a URL path #