--- loncom/homework/structuretags.pm 2006/02/16 01:58:54 1.335 +++ loncom/homework/structuretags.pm 2006/02/16 02:03:25 1.336 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.335 2006/02/16 01:58:54 albertel Exp $ +# $Id: structuretags.pm,v 1.336 2006/02/16 02:03:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,7 +113,7 @@ sub page_start { &Apache::lonhtmlcommon::htmlareaheaders(). &Apache::lonhtmlcommon::spellheader(). &Apache::lonxml::fontsettings(); - my $css_href = &Apache::lonnet::EXT('resource.0.cssstyle'); + my $css_href = &Apache::lonnet::EXT('resource.0.cssfile'); if ($css_href =~ /\S/) { &Apache::lonxml::extlink($css_href); $head_tag_start =