--- loncom/homework/grades.pm 2021/01/23 20:32:17 1.783
+++ loncom/homework/grades.pm 2021/01/25 14:21:17 1.784
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.783 2021/01/23 20:32:17 raeburn Exp $
+# $Id: grades.pm,v 1.784 2021/01/25 14:21:17 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1216,7 +1216,7 @@ LISTJAVASCRIPT
''."\n".
''."\n";
if (exists($env{'form.Status'})) {
- $gradeTable .= ''."\n";
+ $gradeTable .= ''."\n";
} else {
$gradeTable .= &Apache::lonhtmlcommon::row_closure()
.&Apache::lonhtmlcommon::row_title(&mt('Student Status'))