--- loncom/interface/lonhtmlcommon.pm 2012/05/02 18:01:53 1.311 +++ loncom/interface/lonhtmlcommon.pm 2012/05/04 19:03:18 1.312 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.311 2012/05/02 18:01:53 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.312 2012/05/04 19:03:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1643,7 +1643,9 @@ returns: nothing $links .= &htmltag( 'li', htmltag($CourseBreadcrumbs ? 'b' : 'h1', $lasttext), {title => $lasttext}); - $links .= '
  • '; + unless ($CourseBreadcrumbs) { + $links .= '
  • '; + } my $icons = ''; $faq = $last->{'faq'} if (exists($last->{'faq'}));