--- loncom/interface/lonstatistics.pm 2008/12/03 11:47:30 1.145 +++ loncom/interface/lonstatistics.pm 2008/12/12 10:01:25 1.146 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.145 2008/12/03 11:47:30 diwert Exp $ +# $Id: lonstatistics.pm,v 1.146 2008/12/12 10:01:25 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -714,7 +714,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});