--- loncom/interface/lonstatistics.pm 2008/12/12 17:11:27 1.142.2.1 +++ loncom/interface/lonstatistics.pm 2008/11/10 13:20:14 1.143 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.142.2.1 2008/12/12 17:11:27 raeburn Exp $ +# $Id: lonstatistics.pm,v 1.143 2008/11/10 13:20:14 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,9 @@ lonstatistics Main handler for statistics and chart. +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + =over 4 =cut @@ -1035,7 +1038,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});