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.72.2.26 -r1.72.2.27 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 19 Feb 2021 10:08:49 -0000 1.72.2.26 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 19 Feb 2021 18:07:22 -0000 1.72.2.27 @@ -1800,13 +1800,13 @@ } } # - # The last three words in the following clause + # The last four words in the following clause # are deprecated procs which are unfortunatley # picked up as commands by # apidoc::tclcode_to_html. Therefore, we # ignore these explicitly. # - if {$proc_name in {* @ ? min max random}} { + if {$proc_name in {* @ ? min max random content_type}} { append html $proc_name } elseif {$proc_name in $::apidoc::KEYWORDS ||