Index: openacs-4/packages/acs-api-browser/www/tcl-proc-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/tcl-proc-view.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-api-browser/www/tcl-proc-view.tcl 24 Jun 2015 19:10:41 -0000 1.8 +++ openacs-4/packages/acs-api-browser/www/tcl-proc-view.tcl 24 Jun 2015 19:12:27 -0000 1.9 @@ -2,11 +2,11 @@ Will redirect you to the server containing the documentation if it can be found @cvs-id $Id$ } { - tcl_proc + tcl_proc:notnull } -properties { title:onevalue context:onevalue - tcl_proc:onevalue,notnull + tcl_proc:onevalue } set ns_api_index_result [util_memoize [list ::util::http::get -url $::apidoc::ns_api_html_index]]