--- loncom/homework/grades.pm 2006/03/21 13:49:34 1.338 +++ loncom/homework/grades.pm 2006/03/24 17:34:11 1.339 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.338 2006/03/21 13:49:34 banghart Exp $ +# $Id: grades.pm,v 1.339 2006/03/24 17:34:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5985,19 +5985,14 @@ sub handler { sub send_header { my ($request)= @_; - $request->print(&Apache::lontexconvert::header()); -# $request->print(" -#"); - $request->print(&Apache::loncommon::bodytag('Grading')); + &Apache::lontexconvert::init_tth() + $request->print(&Apache::loncommon::start_page('Grading')); $request->rflush(); } sub send_footer { my ($request)= @_; - $request->print(''); + $request->print(&Apache::loncommon::end_page()); } 1;