--- loncom/interface/lonhtmlcommon.pm 2008/12/01 21:54:23 1.189 +++ loncom/interface/lonhtmlcommon.pm 2008/12/03 18:53:54 1.190 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.189 2008/12/01 21:54:23 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.190 2008/12/03 18:53:54 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2047,8 +2047,8 @@ sub generate_menu { my $menu_html = qq|
|; foreach my $category (@menu) { #FIXME: insert appropriate classnames for styles when they're finished. - $menu_html .='
-

'.mt($category->{'categorytitle'}).'

+ $menu_html .='
+

'.mt($category->{'categorytitle'}).'

    '; foreach my $item ( @{ $category->{items} } ) { next unless $item->{'permission'};