--- loncom/homework/grades.pm 2009/06/06 19:26:50 1.528.2.13 +++ loncom/homework/grades.pm 2009/08/17 17:50:23 1.528.2.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.528.2.13 2009/06/06 19:26:50 raeburn Exp $ +# $Id: grades.pm,v 1.528.2.15 2009/08/17 17:50:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4150,7 +4150,7 @@ LISTJAVASCRIPT ''."\n". ''."\n". ''."\n"; - $result.=' >b>'.&mt('Submissions').": $options"; + $result.=' '.&mt('Submissions').": $options"; $result.=&build_section_inputs(); my $stu_status = join(':',&Apache::loncommon::get_env_multiple('form.Status')); @@ -7649,7 +7649,7 @@ SCANTRONFORM if ($studentrecord ne $studentdata) { &Apache::lonxml::clear_problem_counter(); if (&grade_student_bubbles($r,$uname,$udom,$scan_record,$scancode, - \@resources) eq 'ssi_error') { + @resources) eq 'ssi_error') { $ssi_error = 0; # So end of handler error message does not trigger. $r->print(""); &ssi_print_error($r);