--- loncom/homework/structuretags.pm 2004/02/06 22:36:40 1.232 +++ loncom/homework/structuretags.pm 2004/02/10 22:11:37 1.233 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.232 2004/02/06 22:36:40 albertel Exp $ +# $Id: structuretags.pm,v 1.233 2004/02/10 22:11:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -984,6 +984,8 @@ sub start_part { } } if (($Apache::lonhomework::type eq 'exam') && ($allow_print_points)) { $result .= '\fbox{\textit{'.$weight.' pt}}';} + } elsif ($target eq 'web') { + $result.=''; } } }