--- loncom/interface/statistics/lonpercentage.pm 2008/12/12 10:01:30 1.11 +++ loncom/interface/statistics/lonpercentage.pm 2009/05/16 23:21:07 1.12 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonpercentage.pm,v 1.11 2008/12/12 10:01:30 bisitz Exp $ +# $Id: lonpercentage.pm,v 1.12 2009/05/16 23:21:07 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,7 +62,7 @@ sub BuildPercentageGraph { } my ($Ptr, $percentage) = &GraphData(\%cache, $students,$r); - $r->print($Ptr.'
'); + $r->print($Ptr.'
'); $r->print(&TableData(\%cache, $percentage));