--- loncom/interface/lonhtmlcommon.pm 2009/07/02 17:22:33 1.226 +++ loncom/interface/lonhtmlcommon.pm 2009/07/14 17:56:13 1.227 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.226 2009/07/02 17:22:33 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.227 2009/07/14 17:56:13 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1435,7 +1435,7 @@ returns: nothing unless ($CourseBreadcrumbs) { $links = htmltag('ol', $links, { id => "LC_MenuBreadcrumbs" }); } else { - $links = htmltag('ul', $links, { id => "LC_CourseBreadcrumbs" }); + $links = htmltag('ul', $links, { class => "LC_CourseBreadcrumbs" }); } if ($component) {