--- loncom/interface/lonquickgrades.pm 2010/12/04 15:02:31 1.59 +++ loncom/interface/lonquickgrades.pm 2011/01/03 14:19:39 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.59 2010/12/04 15:02:31 www Exp $ +# $Id: lonquickgrades.pm,v 1.60 2011/01/03 14:19:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -121,7 +121,7 @@ sub startGradeScreen { my $allowed_to_edit = &Apache::lonnet::allowed('mgr',$env{'request.course.id'}); if ($allowed_to_view) { - $r->print('
'); + $r->print('
'); if ($notshowTotals) { $r->print (' '.&mt('Students do not see total points.').' '); } if ($notshowSPRSlink){ $r->print (' '.&mt('Students do not see link to spreadsheet.').' '); } if ($showPoints) { $r->print (' '.&mt('Students will see points based on problem weights.').' '); }