Index: openacs-4/packages/acs-templating/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/apm-callback-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-templating/tcl/apm-callback-procs.tcl 17 Oct 2010 21:06:09 -0000 1.6 +++ openacs-4/packages/acs-templating/tcl/apm-callback-procs.tcl 7 Aug 2017 23:48:01 -0000 1.7 @@ -86,7 +86,7 @@ 5.3.0d1 5.3.0d2 { db_transaction { # mount acs-templating so we can address - # executable tcl scripts under www with a url + # executable Tcl scripts under www with a url set package_id [apm_package_id_from_key acs-templating] array set main_subsite \ [site_node::get_from_url \ @@ -107,3 +107,9 @@ } } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: