--- loncom/interface/spreadsheet/studentcalc.pm 2003/09/05 01:57:54 1.18 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/09/08 18:25:26 1.19 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.18 2003/09/05 01:57:54 matthew Exp $ +# $Id: studentcalc.pm,v 1.19 2003/09/08 18:25:26 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,7 +129,7 @@ sub get_html_title { my $title = '

'.$name; if ($ENV{'user.name'} ne $self->{'name'} && $ENV{'user.domain'} ne $self->{'domain'}) { - $title .= &Apache::loncommon::aboutmewrapper + $title .= ' '.&Apache::loncommon::aboutmewrapper ($self->{'name'}.'@'.$self->{'domain'}, $self->{'name'},$self->{'domain'}); }