--- loncom/homework/grades.pm 2006/02/28 16:21:51 1.324 +++ loncom/homework/grades.pm 2006/03/02 18:01:41 1.325 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.324 2006/02/28 16:21:51 albertel Exp $ +# $Id: grades.pm,v 1.325 2006/03/02 18:01:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3537,7 +3537,7 @@ sub csvuploadassign { } $request->print("
Stored $countdone students\n"); if (@skipped) { - $request->print('Skipped Students

'); + $request->print('

Skipped Students

'); foreach my $student (@skipped) { $request->print("$student
\n"); } } if (@notallowed) {