--- loncom/interface/lonhtmlcommon.pm 2010/04/13 10:21:29 1.271 +++ loncom/interface/lonhtmlcommon.pm 2010/05/30 12:47:05 1.272 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.271 2010/04/13 10:21:29 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.272 2010/05/30 12:47:05 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1481,7 +1481,7 @@ returns: nothing my $lasttext = $last->{'no_mt'} ? $last->{'text'} : mt( $last->{'text'} ); - $links .= htmltag( 'li', htmltag('b', $lasttext), {title => $lasttext}); + $links .= htmltag( 'li', htmltag('h1', $lasttext), {title => $lasttext}); my $icons = ''; $faq = $last->{'faq'} if (exists($last->{'faq'}));