[LON-CAPA-cvs] cvs: loncom /interface/spreadsheet studentcalc.pm

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 08 Sep 2003 18:25:26 -0000


matthew		Mon Sep  8 14:25:26 2003 EDT

  Modified files:              
    /loncom/interface/spreadsheet	studentcalc.pm 
  Log:
  Trivial html cleanup.
  
  
Index: loncom/interface/spreadsheet/studentcalc.pm
diff -u loncom/interface/spreadsheet/studentcalc.pm:1.18 loncom/interface/spreadsheet/studentcalc.pm:1.19
--- loncom/interface/spreadsheet/studentcalc.pm:1.18	Thu Sep  4 21:57:54 2003
+++ loncom/interface/spreadsheet/studentcalc.pm	Mon Sep  8 14:25:26 2003
@@ -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 @@
     my $title = '<h1>'.$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'});
     }