--- loncom/interface/statistics/lonstudentsubmissions.pm 2010/03/26 13:25:17 1.57 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2010/04/12 16:19:34 1.58 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.57 2010/03/26 13:25:17 onken Exp $ +# $Id: lonstudentsubmissions.pm,v 1.58 2010/04/12 16:19:34 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -331,7 +331,7 @@ sub prepare_html_output { } last if ($c->aborted()); foreach my $field (@student_columns) { - $student_row_data .= ''; + $student_row_data .= ''; # handle comments like in lonstudentassessment.pm if($field eq 'comments') { $student_row_data .= @@ -457,6 +457,7 @@ sub prepare_html_output { undef(@essays); } } # end of student loop + $r->print(''.$/); return; }