Index: openacs-4/packages/acs-templating/tcl/test/multirow-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/multirow-test.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/test/multirow-test.tcl 11 Dec 2003 21:39:57 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/test/multirow-test.tcl 7 Aug 2017 23:48:02 -0000 1.3 @@ -20,3 +20,9 @@ template::multirow append test II 1 b template::multirow append test II 2 a template::multirow append test II 2 b + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: