--- loncom/xml/lonxml.pm 2006/04/13 19:00:40 1.406 +++ loncom/xml/lonxml.pm 2006/04/18 20:43:47 1.407 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.406 2006/04/13 19:00:40 albertel Exp $ +# $Id: lonxml.pm,v 1.407 2006/04/18 20:43:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -206,7 +206,7 @@ sub xmlend { return ''; } - return $discussion.&Apache::loncommon::end_page(); + return $discussion; } sub tokeninputfield {