--- loncom/homework/grades.pm 2003/03/27 20:36:01 1.77
+++ loncom/homework/grades.pm 2003/03/27 21:26:07 1.78
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.77 2003/03/27 20:36:01 ng Exp $
+# $Id: grades.pm,v 1.78 2003/03/27 21:26:07 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1359,7 +1359,7 @@ sub processHandGrade {
}
$message =~ s/<([^>]|\n)*>//g; # removes html codes Or should this be lonnet::escape ??
$message.="\n\nPoint".($pts > 1 ? 's':'').' awarded = '.$pts.' out of '.$wgt;
- $message.=" for $ENV{'form.probTitle'}";
+ $message.=" for $ENV{'form.probTitle'}";
$msgstatus = &Apache::lonmsg::user_normal_msg ($uname,$udom,
$ENV{'form.msgsub'},$message);
}