[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface lonstatistics.pm

raeburn raeburn@source.lon-capa.org
Fri, 11 Dec 2009 00:12:21 -0000


raeburn		Fri Dec 11 00:12:21 2009 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	lonstatistics.pm 
  Log:
  - Backport 1.146.
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.144 loncom/interface/lonstatistics.pm:1.144.2.1
--- loncom/interface/lonstatistics.pm:1.144	Thu Nov 20 14:37:24 2008
+++ loncom/interface/lonstatistics.pm	Fri Dec 11 00:12:21 2009
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstatistics.pm,v 1.144 2008/11/20 14:37:24 jms Exp $
+# $Id: lonstatistics.pm,v 1.144.2.1 2009/12/11 00:12:21 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -714,7 +714,7 @@
                 $Str .= '&sort='.&escape($env{'form.sort'});
                 $Str .= '&SelectedStudent=';
                 $Str .= &escape($sname).'">';
-                $Str .= $student->{$field}.'&nbsp';
+                $Str .= $student->{$field}.' ';
                 $Str .= '</a>';
             } elsif ($field eq 'status') {
                 $Str .= &mt($student->{$field});