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 -r1.96.2.2 -r1.96.2.3 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 20 Oct 2015 08:49:04 -0000 1.96.2.2 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 22 Oct 2015 08:29:55 -0000 1.96.2.3 @@ -406,7 +406,7 @@ set object_type ::xowiki::File set link [$package_id make_link $package_id edit-new object_type \ [list parent_id [my parent_id]] \ - [list title $label] \ + [list title [ad_html_to_text -no_format $label]] \ [list return_url [::xo::cc url]] \ autoname name last_page_id] set html [my render_not_found $link $label]