Index: openacs-4/packages/acs-templating/www/doc/demo/error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/error.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/error.tcl 27 Oct 2014 16:40:19 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/error.tcl 7 Aug 2017 23:48:02 -0000 1.4 @@ -8,10 +8,16 @@ request error {*}$problems - # Note that you must explicitly return from the tcl script following an error. + # Note that you must explicitly return from the Tcl script following an error. return } # Set up some data sources... + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: