--- loncom/homework/grades.pm 2009/06/17 18:41:31 1.528.2.14
+++ loncom/homework/grades.pm 2009/08/17 17:50:23 1.528.2.15
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.528.2.14 2009/06/17 18:41:31 raeburn Exp $
+# $Id: grades.pm,v 1.528.2.15 2009/08/17 17:50:23 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4150,7 +4150,7 @@ LISTJAVASCRIPT
''."\n".
''."\n".
''."\n";
- $result.=' >b>'.&mt('Submissions').": $options";
+ $result.=' '.&mt('Submissions').": $options";
$result.=&build_section_inputs();
my $stu_status = join(':',&Apache::loncommon::get_env_multiple('form.Status'));