--- loncom/interface/lonhtmlcommon.pm 2008/12/01 16:33:32 1.187 +++ 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.187 2008/12/01 16:33:32 droeschl Exp $ +# $Id: lonhtmlcommon.pm,v 1.190 2008/12/03 18:53:54 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2047,24 +2047,24 @@ sub generate_menu { my $menu_html = qq|
|; foreach my $category (@menu) { #FIXME: insert appropriate classnames for styles when they're finished. - $menu_html .='
-

'.$category->{'categorytitle'}.'

+ $menu_html .='
+

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