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.239.2.62 -r1.239.2.63 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 1 Feb 2021 10:41:29 -0000 1.239.2.62 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 24 Mar 2021 10:09:51 -0000 1.239.2.63 @@ -4665,7 +4665,7 @@ if {$title eq ""} {set title $url} set content "" - append content "

[ns_quotehtml $title]

" + append content "

[ns_quotehtml $title]

" return $content }