--- loncom/interface/statistics/lonstudentsubmissions.pm 2010/03/26 13:25:17 1.57 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2010/04/12 16:28:22 1.59 @@ -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.59 2010/04/12 16:28:22 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; } @@ -1096,7 +1097,7 @@ sub CreateInterface { foreach ('HTML','Excel','CSV') { $output_selector .= '