--- loncom/homework/edit.pm 2003/06/09 22:42:49 1.54 +++ loncom/homework/edit.pm 2003/06/10 18:39:08 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.54 2003/06/09 22:42:49 albertel Exp $ +# $Id: edit.pm,v 1.55 2003/06/10 18:39:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -75,13 +75,7 @@ sub tag_end { my ($target,$token,$description) = @_; my $result=''; if ($target eq 'edit') { - my $tag=$token->[1]; - if (!defined($description)) { - $result.="</$tag> "; - } else { - if ($description ne '') { $result.="$description "; } - } - $result.="".&end_table()."\n"; + $result.="".&end_table()."\n"; } return $result; }