Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 27 Oct 2014 16:41:16 -0000 1.28 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 7 Aug 2017 23:48:09 -0000 1.29 @@ -243,7 +243,7 @@ set show_control_panel 0 } else { # admins always get the control_panel_link, unless it's - # explictly turned off + # explicitly turned off set show_control_panel 1 } @@ -302,3 +302,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: