Index: openacs-4/packages/acs-templating/www/doc/demo/request.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/request.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/demo/request.tcl 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/request.tcl 7 Aug 2017 23:48:02 -0000 1.2 @@ -6,3 +6,9 @@ if { ! [request is_valid] } { return } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: