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.12 -r1.13 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 19 May 2003 12:25:54 -0000 1.12 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 7 Nov 2003 17:43:33 -0000 1.13 @@ -716,7 +716,7 @@ array set doc_elements [nsv_get api_proc_doc $function] switch $format { text/plain { - lappend matches [ad_html_to_text [api_proc_documentation -script $function]] + lappend matches [ad_html_to_text -- [api_proc_documentation -script $function]] } default { lappend matches [api_proc_documentation -script $function]