--- loncom/interface/lonquickgrades.pm 2008/12/12 18:44:32 1.43.2.1 +++ loncom/interface/lonquickgrades.pm 2008/12/12 18:49:03 1.43.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.43.2.1 2008/12/12 18:44:32 raeburn Exp $ +# $Id: lonquickgrades.pm,v 1.43.2.2 2008/12/12 18:49:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -260,17 +260,15 @@ sub real_handler { .$thisIndent .'' .$correct.' / '.$attempted.' / '.$total - .'' - .&Apache::loncommon::end_data_table_row() - ); + .''); } else { $r->print('' .$thisIndent .'' .$correct.' / '.$total - .'' - .&Apache::loncommon::end_data_table_row()); + .''); } + $r->print(&Apache::loncommon::end_data_table_row()); } }