--- loncom/homework/structuretags.pm 2003/03/05 16:25:57 1.153 +++ loncom/homework/structuretags.pm 2003/03/06 21:05:27 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.153 2003/03/05 16:25:57 sakharuk Exp $ +# $Id: structuretags.pm,v 1.154 2003/03/06 21:05:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -742,6 +742,7 @@ sub end_part { $result=$gradestatus; } pop @Apache::inputtags::status; + $Apache::inputtags::part=''; return $result; }