--- loncom/xml/lontex.pm 2006/04/10 22:30:11 1.10 +++ loncom/xml/lontex.pm 2006/04/20 02:06:35 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.10 2006/04/10 22:30:11 albertel Exp $ +# $Id: lontex.pm,v 1.11 2006/04/20 02:06:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -61,7 +61,7 @@ sub footer { $Apache::lonxml::errorstring); } # -------------------------------------------------------------------- End Body - $xmlstring.=&Apache::lonxml::xmlend(); + $xmlstring.=&Apache::loncommon::end_page({'discussion' => 1}); return $xmlstring; }