--- loncom/homework/structuretags.pm 2007/06/22 00:57:38 1.381 +++ loncom/homework/structuretags.pm 2007/06/22 20:42:20 1.382 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.381 2007/06/22 00:57:38 albertel Exp $ +# $Id: structuretags.pm,v 1.382 2007/06/22 20:42:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -937,7 +937,7 @@ sub end_problem { if (not $env{'request.symb'} =~ m/\.page_/) { $result .= $endminipage.'\end{document} '; } else { - $result .= ''; + $result .= $endminipage; } } }