Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v
diff -u -r1.200.2.26 -r1.200.2.27
--- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 2 Feb 2017 13:29:56 -0000 1.200.2.26
+++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 11 Feb 2017 11:39:56 -0000 1.200.2.27
@@ -442,7 +442,7 @@
set html [next]
set localized_title [::xo::localize $title]
set link [expr {[string match "*:*" $name] ?
- "[ns_quotehtml $localized_title]" :
+ "[ns_quotehtml $localized_title]" :
$localized_title}]
::xo::render_localizer
return [subst [[self class] set template]]