--- loncom/interface/spreadsheet/studentcalc.pm 2003/09/12 19:00:54 1.20 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/09/16 15:39:36 1.21 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.20 2003/09/12 19:00:54 matthew Exp $ +# $Id: studentcalc.pm,v 1.21 2003/09/16 15:39:36 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -141,11 +141,7 @@ sub get_html_title { sub parent_link { my $self = shift; - my $link .= '

'. - 'Course level sheet

'."\n"; - return $link; + return '

Course level sheet

'."\n"; } sub convenience_links {