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.34 -r1.35 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 3 Sep 2007 21:07:53 -0000 1.34 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 13 Sep 2007 20:02:19 -0000 1.35 @@ -52,6 +52,7 @@ if {$href eq ""} { return \[$label\] } else { + set href [string map [list & "&"] $href] return " \[ $label \] " } }