--- loncom/homework/grades.pm 2004/08/06 22:09:22 1.204.2.2 +++ loncom/homework/grades.pm 2004/09/16 17:48:05 1.204.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.204.2.2 2004/08/06 22:09:22 albertel Exp $ +# $Id: grades.pm,v 1.204.2.3 2004/09/16 17:48:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5106,8 +5106,7 @@ sub send_header { sub send_footer { my ($request)= @_; - $request->print(''); - $request->print(&Apache::lontexconvert::footer()); + $request->print(''); } 1;