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.55 -r1.56 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 26 Jul 2018 12:37:44 -0000 1.55 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 26 Jul 2018 12:55:19 -0000 1.56 @@ -866,8 +866,10 @@ # set init_files packages/acs-bootstrap-installer/bootstrap.tcl foreach package_key [apm_enabled_packages] { - foreach file [apm_get_package_files -package_key $package_key -file_types tcl_init] { - lappend init_files packages/$package_key/$file + foreach file [apm_get_package_files -package_key $package_key -file_types {tcl_init content_page include_page}] { + if {[file extension $file] eq ".tcl"} { + lappend init_files packages/$package_key/$file + } } } @@ -991,7 +993,7 @@ set url [export_vars -base /api-doc/content-page-view {{path $caller} {source_p 1}}] set props "" append props \ - [subst {URL="$url", margin=".2,0" shape=rectangle, tooltip="File calling $proc_name", }] \ + [subst {URL="$url", margin=".2,0" shape=rectangle, tooltip="Script calling $proc_name", }] \ [subst {label=<${line1}
${line2}
>}] } else { set url [api_proc_doc_url -proc_name $caller]