--- loncom/homework/grades.pm	2004/09/14 19:09:55	1.211
+++ loncom/homework/grades.pm	2004/09/16 17:47:23	1.212
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.211 2004/09/14 19:09:55 ng Exp $
+# $Id: grades.pm,v 1.212 2004/09/16 17:47:23 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5114,8 +5114,7 @@ sub send_header {
 
 sub send_footer {
     my ($request)= @_;
-    $request->print('</body>');
-    $request->print(&Apache::lontexconvert::footer());
+    $request->print('</body></html>');
 }
 
 1;