--- loncom/homework/grades.pm 2010/01/15 17:12:18 1.589 +++ loncom/homework/grades.pm 2010/01/18 17:54:26 1.590 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.589 2010/01/15 17:12:18 bisitz Exp $ +# $Id: grades.pm,v 1.590 2010/01/18 17:54:26 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2108,10 +2108,9 @@ KEYWORDS # Display student info $request->print(($counter == 0 ? '' : '<br />')); - my $result='<div class="LC_grade_submissions">'; - - $result.='<div class="LC_Box">' - .'<h3 class="LC_hcell">'.&mt('Submissions').'</h3>'; + + my $result='<div class="LC_Box">' + .'<h3 class="LC_hcell">'.&mt('Submissions').'</h3>'; $result.='<input type="hidden" name="name'.$counter. '" value="'.$env{'form.fullname'}.'" />'."\n"; if ($env{'form.handgrade'} eq 'no') {