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.53 -r1.54 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 10 Oct 2006 09:32:44 -0000 1.53 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Nov 2006 08:44:22 -0000 1.54 @@ -553,7 +553,7 @@ set label $arg set link $arg regexp {^(.*)[|](.*)$} $arg _ link label - if {[string match "http*//*" $link]} { + if {[string match "http*//*" $link] || [string match "/*" $link]} { return "$ch$label" }