--- loncom/homework/grades.pm 2001/02/13 18:41:00 1.3 +++ loncom/homework/grades.pm 2001/02/13 19:43:44 1.4 @@ -1,5 +1,5 @@ # The LON-CAPA Grading handler -# 2/9 Guy Albertelli +# 2/9,2/13 Guy Albertelli package Apache::grades; use strict; @@ -48,6 +48,11 @@ sub submission { sub send_header { my ($request)= @_; $request->print(&Apache::lontexconvert::header()); + $request->print(" +"); $request->print(''); }