--- loncom/homework/grades.pm 2006/04/11 20:51:46 1.351 +++ loncom/homework/grades.pm 2006/04/11 20:55:50 1.352 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.351 2006/04/11 20:51:46 albertel Exp $ +# $Id: grades.pm,v 1.352 2006/04/11 20:55:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4831,7 +4831,7 @@ $warning STUFF } - $r->print("
".&show_grading_menu_form($symb).""); + $r->print("
".&show_grading_menu_form($symb)); return ''; } @@ -4932,8 +4932,7 @@ STUFF $r->print(" this scanline saving it for later."); } } - $r->print("
".&show_grading_menu_form($symb). - ""); + $r->print("
".&show_grading_menu_form($symb)); return ''; }