Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 25 Apr 2018 19:23:26 -0000 1.15 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 8 May 2018 21:16:21 -0000 1.16 @@ -483,8 +483,8 @@ # listings for private and public procedures set namespace_index [lsearch -exact $namespace_list $namespace_name ] - - set total_result_listing [lreplace $total_result_listing $namespace_index $namespace_index [list [list info "$namespace_info"] [list public "$namespace_public"] [list private "$namespace_private"]]] + + lset total_result_listing $namespace_index [list [list info "$namespace_info"] [list public "$namespace_public"] [list private "$namespace_private"]] } }