Index: openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 27 Oct 2014 16:40:10 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 10 Sep 2015 08:22:03 -0000 1.7.2.1 @@ -200,3 +200,9 @@ set response_body [::tclwebtest::response body] aa_equals "Context bar $context_barp" $response_body $context_barp } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: