--- loncom/interface/lonmenu.pm 2007/08/30 00:13:19 1.224
+++ loncom/interface/lonmenu.pm 2007/08/30 23:00:41 1.226
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.224 2007/08/30 00:13:19 albertel Exp $
+# $Id: lonmenu.pm,v 1.226 2007/08/30 23:00:41 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -887,12 +887,10 @@ sub switch {
my $text=$top.' '.$bot;
$text=~s/\s*\-\s*//gs;
- my $lonhttpdPort=$Apache::lonnet::perlvar{'lonhttpdPort'};
- if (!defined($lonhttpdPort)) { $lonhttpdPort='8080'; }
my $pic=
- '
';
+ '
';
if ($env{'browser.interface'} eq 'faketextual') {
# Accessibility
if ($nobreak==3) {