--- loncom/homework/structuretags.pm 2003/06/04 20:32:30 1.180 +++ loncom/homework/structuretags.pm 2003/06/07 04:08:43 1.181 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.180 2003/06/04 20:32:30 albertel Exp $ +# $Id: structuretags.pm,v 1.181 2003/06/07 04:08:43 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -936,6 +936,8 @@ sub end_part { $target); if ($Apache::lonhomework::type eq 'exam') {$gradestatus='';} $result=$gradestatus; + } elsif ($target eq 'edit') { + $result=&Apache::edit::end_table(); } pop @Apache::inputtags::status; $Apache::inputtags::part='';