--- loncom/homework/structuretags.pm 2004/08/13 18:51:33 1.260.2.1 +++ loncom/homework/structuretags.pm 2004/08/25 20:12:15 1.260.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.260.2.1 2004/08/13 18:51:33 albertel Exp $ +# $Id: structuretags.pm,v 1.260.2.3 2004/08/25 20:12:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,7 +58,6 @@ sub start_tex { my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; my $result=''; my $bodytext=&Apache::lonxml::get_all_text("/tex",$parser); - &Apache::lonnet::logthis("Hrrm? $bodytext --"); if ($target eq 'tex') { return $bodytext.' '; } @@ -1148,7 +1147,7 @@ sub end_part { $gradestatus=''; } $result=$gradestatus; - if ($$tagstack[-2] eq 'td') {$result.='\end{minipage}';} + if ($$tagstack[-2] eq 'td' and $target eq 'tex') {$result.='\end{minipage}';} } elsif ($target eq 'edit') { $result=&Apache::edit::end_table(); }