--- loncom/xml/lonxml.pm 2005/02/28 22:21:40 1.359 +++ loncom/xml/lonxml.pm 2005/03/01 03:21:58 1.360 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.359 2005/02/28 22:21:40 albertel Exp $ +# $Id: lonxml.pm,v 1.360 2005/03/01 03:21:58 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -184,7 +184,7 @@ sub xmlend { &Apache::lonxml::newparser($parser,\$discussion,''); return ''; } else { - return $discussion.''; + return $discussion.&Apache::loncommon::endbodytag(); } }