--- loncom/interface/spreadsheet/classcalc.pm 2003/05/16 20:55:11 1.1 +++ loncom/interface/spreadsheet/classcalc.pm 2003/05/19 14:30:31 1.2 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.1 2003/05/16 20:55:11 matthew Exp $ +# $Id: classcalc.pm,v 1.2 2003/05/19 14:30:31 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -80,7 +80,7 @@ sub get_classlist { sub get_title { my $self = shift; - my $title = '

'.$self->{'coursedesc'}."

\n"; + my $title = '

'.$self->{'coursedesc'}."

\n"; # Section info should be included return $title; } @@ -98,6 +98,7 @@ sub outsheet_html { my $num_uneditable = 26; my $num_left = 52-$num_uneditable; my $tableheader =<<"END"; +

@@ -131,6 +132,7 @@ END # # Prepare to output rows $tableheader =<<"END"; +

Course
@@ -163,7 +165,7 @@ END ''. $self->html_row($num_uneditable,$rownum)."\n"); } - $r->print("
Row studentusernamedomain'.$student->{'status'} .'
\n"); + $r->print("

\n"); return; }