--- loncom/homework/grades.pm 2005/06/13 20:23:54 1.275 +++ loncom/homework/grades.pm 2005/07/12 14:57:55 1.276 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.275 2005/06/13 20:23:54 albertel Exp $ +# $Id: grades.pm,v 1.276 2005/07/12 14:57:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -743,7 +743,7 @@ LISTJAVASCRIPT if ($env{'form.showgrading'} eq 'yes' && $submitonly ne 'all') { foreach (sort keys(%status)) { next if (/^resource.*?submitted_by$/); - $gradeTable.=' '.$status{$_}.' '."\n"; + $gradeTable.=' '.$status{$_}.' '."\n"; } } # $gradeTable.='' if ($ctr%2 ==1); @@ -2667,7 +2667,7 @@ sub viewstudentgrade { foreach my $apart (@$parts) { my ($part,$type) = &split_part_type($apart); my $score=$record{"resource.$part.$type"}; - $result.=''; + $result.=''; my ($aggtries,$totaltries); unless (exists($aggregates{$part})) { $totaltries = $record{'resource.'.$part.'.tries'};