--- loncom/interface/lonmenu.pm 2004/07/14 17:40:32 1.110 +++ loncom/interface/lonmenu.pm 2004/07/23 19:09:27 1.111 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.110 2004/07/14 17:40:32 matthew Exp $ +# $Id: lonmenu.pm,v 1.111 2004/07/23 19:09:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -604,7 +604,9 @@ sub reopenmenu { sub open { my $returnval=''; if (($ENV{'browser.interface'} eq 'textual') || - ($ENV{'environment.remote'} eq 'off')) { return ''; } + ($ENV{'environment.remote'} eq 'off')) { + return ''; + } my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'}; unless (shift eq 'unix') { # resizing does not work on linux because of virtual desktop sizes