--- loncom/homework/grades.pm	2002/04/09 04:33:10	1.21
+++ loncom/homework/grades.pm	2002/05/03 22:34:25	1.22
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.21 2002/04/09 04:33:10 albertel Exp $
+# $Id: grades.pm,v 1.22 2002/05/03 22:34:25 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -267,9 +267,9 @@ sub submission {
   my $result="<h2> Submission Record </h2>  $uname:$udom for $url <br />".$answer;
   my $rendered=&Apache::loncommon::get_student_view($symb,$uname,$udom,
 						   $ENV{'request.course.id'});
-  $result.="Student's view of the problem:<br /> $rendered <br /> Correct answer:";
+  $result.="Student's view of the problem:<br /> $rendered <br /> Correct answer:<br />";
 
-  my $answer=&Apache::loncommon::get_student_answers($symb,$uname,$udom,
+  $answer=&Apache::loncommon::get_student_answers($symb,$uname,$udom,
 						  $ENV{'request.course.id'});
   $result.=$answer;
   return $result;