--- loncom/interface/statistics/lonstudentsubmissions.pm 2008/12/11 14:55:27 1.51 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2008/12/12 05:52:26 1.52 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.51 2008/12/11 14:55:27 bisitz Exp $ +# $Id: lonstudentsubmissions.pm,v 1.52 2008/12/12 05:52:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -265,7 +265,8 @@ sub prepare_html_output { $headers{'response'} .= ''. &mt('Response [_1]',$responses->[$i]).''; - $headers{'student'}.= ''.join('', + $headers{'student'}.= ''. + join('', @headers). ''; } @@ -1166,6 +1167,7 @@ sub CreateInterface { '') .'

'; + $Str .= '

'; ## return $Str; }