[LON-CAPA-cvs] cvs: loncom /interface/statistics lonsurveyreports.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 14 Feb 2006 15:44:25 -0000


albertel		Tue Feb 14 10:44:25 2006 EDT

  Modified files:              
    /loncom/interface/statistics	lonsurveyreports.pm 
  Log:
  - typo
  
  
Index: loncom/interface/statistics/lonsurveyreports.pm
diff -u loncom/interface/statistics/lonsurveyreports.pm:1.9 loncom/interface/statistics/lonsurveyreports.pm:1.10
--- loncom/interface/statistics/lonsurveyreports.pm:1.9	Tue Jun 28 16:01:17 2005
+++ loncom/interface/statistics/lonsurveyreports.pm	Tue Feb 14 10:44:25 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonsurveyreports.pm,v 1.9 2005/06/28 20:01:17 albertel Exp $
+# $Id: lonsurveyreports.pm,v 1.10 2006/02/14 15:44:25 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -206,7 +206,7 @@
             '<input type="radio" name="problemchoice" id="'.$id.'" '.
                    'value="'.$value.'" '.$checked.'/>'.'</td>'.
             '<td><nobr>'.
-            '<label for="'.$id.'">'.$problem->{'res'}->compTitle.'('.$problem->{'seq'}->compTitle.')'.'</lablel>'.
+            '<label for="'.$id.'">'.$problem->{'res'}->compTitle.'('.$problem->{'seq'}->compTitle.')'.'</label>'.
             ('&nbsp;'x2).
             qq{<a target="preview" href="$link">view</a>}.'</td></tr>'.$/;
     }