Index: openacs-4/packages/acs-api-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/index.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-api-browser/www/index.tcl 27 Oct 2014 16:38:59 -0000 1.7 +++ openacs-4/packages/acs-api-browser/www/index.tcl 7 Aug 2017 23:47:46 -0000 1.8 @@ -10,7 +10,7 @@ @author Lars Pind (lars@pinds.com) @cvs-id $Id$ } { - about_package_key:optional + about_package_key:token,trim,optional } -properties { title:onevalue context:onevalue @@ -61,3 +61,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: