Index: openacs-4/packages/acs-templating/www/doc/demo/sandwich.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/sandwich.tcl,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/demo/sandwich.tcl 27 Oct 2014 16:40:19 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/demo/sandwich.tcl 10 Sep 2015 08:22:12 -0000 1.4.2.1 @@ -34,3 +34,9 @@ if {[element get_value sandwich grid] == "t"} { ad_return_template sandwich-grid } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: