--- loncom/interface/lonmenu.pm 2009/11/30 21:29:47 1.308 +++ loncom/interface/lonmenu.pm 2009/12/03 14:27:16 1.309 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.308 2009/11/30 21:29:47 raeburn Exp $ +# $Id: lonmenu.pm,v 1.309 2009/12/03 14:27:16 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1336,15 +1336,15 @@ sub inlinemenu { undef(%category_members); # calling rawconfig with "1" will evaluate mydesk.tab, even if there is no active remote control &rawconfig(1); - my $output=''; + my $output='
'; for (my $col=1; $col<=2; $col++) { $output.='
'; for (my $row=1; $row<=8; $row++) { foreach my $cat (keys(%category_members)) { if ($category_positions{$cat} ne "$col,$row") { next; } #$output.=''; - $output.='
'; - $output.='

'.&mt($category_names{$cat}).'

'; + $output.='
'; + $output.='

'.&mt($category_names{$cat}).'

'; $output.='
'.&mt($category_names{$cat}).'
'; my %active=(); foreach my $menu_item (split(/\:/,$category_members{$cat})) {