Index: openacs-4/packages/acs-templating/www/doc/demo/fibo-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/fibo-master.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/demo/fibo-master.tcl 10 Jan 2007 21:22:13 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/fibo-master.tcl 7 Aug 2017 23:48:02 -0000 1.3 @@ -1 +1,7 @@ set color [format "%.6x" [expr {0xd53feb * $level & 0xffffff | 0x808080}]] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: