--- loncom/interface/lonstatistics.pm 2008/10/22 10:53:21 1.142 +++ loncom/interface/lonstatistics.pm 2008/12/12 17:11:27 1.142.2.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.142 2008/10/22 10:53:21 bisitz Exp $ +# $Id: lonstatistics.pm,v 1.142.2.1 2008/12/12 17:11:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1035,7 +1035,7 @@ sub DisplayClasslist { $Str .= '&sort='.&escape($env{'form.sort'}); $Str .= '&SelectedStudent='; $Str .= &escape($sname).'">'; - $Str .= $student->{$field}.' '; + $Str .= $student->{$field}.' '; $Str .= ''; } elsif ($field eq 'status') { $Str .= &mt($student->{$field});