--- loncom/homework/structuretags.pm 2004/08/10 18:04:22 1.262 +++ loncom/homework/structuretags.pm 2004/08/10 18:25:53 1.263 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.262 2004/08/10 18:04:22 sakharuk Exp $ +# $Id: structuretags.pm,v 1.263 2004/08/10 18:25:53 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -646,7 +646,7 @@ sub end_problem { $endminipage = '\end{minipage}'; } if ($ENV{'form.print_discussions'} eq 'yes') { - $result.=&Apache::lonxml::xmlend($target,$tagstack,$parstack,$parser,$safeeval); + $result.=&Apache::lonxml::xmlend($target,$parser); $result=~s/<\/html>//; } else { $result .= '\keephidden{ENDOFPROBLEM}\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}';