--- loncom/homework/structuretags.pm 2005/06/04 02:56:44 1.293 +++ loncom/homework/structuretags.pm 2005/06/13 20:20:33 1.294 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.293 2005/06/04 02:56:44 albertel Exp $ +# $Id: structuretags.pm,v 1.294 2005/06/13 20:20:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -751,7 +751,8 @@ sub end_problem { } if ($target eq 'answer' && ($env{'request.state'} eq 'construct') && $env{'form.answer_output_mode'} ne 'tex') { - $result.=''; # normally we get it from xmlend, but in CSTR + $result.=&Apache::lonxml::xmlend().''; + # normally we get it from above, but in CSTR # we always show answer mode too. } } elsif ($target eq 'meta') {