--- loncom/interface/lonhtmlcommon.pm 2009/05/11 16:18:53 1.213 +++ loncom/interface/lonhtmlcommon.pm 2009/05/16 18:06:41 1.214 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.213 2009/05/11 16:18:53 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.214 2009/05/16 18:06:41 tempelho Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1333,7 +1333,7 @@ returns: nothing my ($component,$component_help,$menulink,$helplink,$css_class,$no_mt, $no_realBreadcrumb) = @_; # $css_class ||= 'LC_breadcrumbs'; - my $Str1 = '
    '; + my $Str1 = '
      '; if($no_realBreadcrumb){ $Str1 = '
        '; @@ -1425,7 +1425,7 @@ returns: nothing if($no_realBreadcrumb){ $Str1 .= $links.'
      '; } else { - $Str1 .= $links.'
    '; + $Str1 .= $links.'
'; } # if (defined($component)) {