--- loncom/interface/lonhtmlcommon.pm 2009/06/11 16:48:33 1.224 +++ loncom/interface/lonhtmlcommon.pm 2009/06/16 15:17:12 1.225 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.224 2009/06/11 16:48:33 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.225 2009/06/16 15:17:12 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1447,7 +1447,7 @@ returns: nothing } $links = htmltag('div', $links, - { id => "LC_head_subbox" }) unless ($CourseBreadcrumbs) ; + { id => "LC_breadcrumbs" }) unless ($CourseBreadcrumbs) ; # Return the @Crumbs stack to what we started with push(@Crumbs,$last);