--- loncom/homework/grades.pm 2006/02/14 15:11:09 1.313
+++ loncom/homework/grades.pm 2006/02/14 19:41:06 1.314
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.313 2006/02/14 15:11:09 banghart Exp $
+# $Id: grades.pm,v 1.314 2006/02/14 19:41:06 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1812,7 +1812,7 @@ KEYWORDS
foreach my $file (@$files) {
$file_counter ++;
&Apache::lonnet::allowuploaded('/adm/grades',$file);
- $lastsubonly.='
'.$file.'';
+ $lastsubonly.='
'.$file.'';
}
$lastsubonly.='
';
}