Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.30.2.23 -r1.30.2.24 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 2 Aug 2016 10:14:41 -0000 1.30.2.23 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 12 Oct 2016 10:27:29 -0000 1.30.2.24 @@ -809,7 +809,7 @@ @param see a string expected to comtain the resource to format @return the html string representing the resource } { - regsub -all {proc *} $see {} see + #regsub -all {proc *} $see {} see set see [string trim $see] if {[nsv_exists api_proc_doc $see]} { set href [export_vars -base proc-view {{proc $see}}]