--- loncom/interface/lonstatistics.pm 2004/02/12 16:29:00 1.95 +++ loncom/interface/lonstatistics.pm 2004/02/12 22:23:30 1.96 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.95 2004/02/12 16:29:00 matthew Exp $ +# $Id: lonstatistics.pm,v 1.96 2004/02/12 22:23:30 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1095,7 +1095,10 @@ sub handler { 'SelectedStudent']); # # Give the LON-CAPA page header - $r->print(&Apache::lonhtmlcommon::Title('Course Statistics and Charts'). + $r->print(''. + &mt('Course Statistics and Charts'). + "\n". + &Apache::loncommon::bodytag('Course Statistics and Charts')."\n". &Apache::loncommon::help_open_faq(139). &Apache::loncommon::help_open_bug('Statistics and Charts')); $r->rflush();