Index: openacs-4/packages/xowiki/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/template-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/xowiki/tcl/template-procs.tcl 27 Oct 2014 16:42:05 -0000 1.5 +++ openacs-4/packages/xowiki/tcl/template-procs.tcl 7 Aug 2017 23:48:30 -0000 1.6 @@ -20,9 +20,8 @@ [list &book "bookdata" base $base style feed]] - The [list &book "bookdata" ...] tells adp_include to pass the book array by reference to the adp in -clude, where it is - refered to via @book.field@. + The [list &book "bookdata" ...] tells adp_include to pass the book array by + reference to the adp include, where it is referred to via @book.field@. @param uplevel how far up the stack should the adp_level be set to (default is the calling procedures level) @@ -49,4 +48,9 @@ return $__adp_out } -} \ No newline at end of file +} +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: