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

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 14 Oct 2003 22:02:49 -0000


matthew		Tue Oct 14 18:02:49 2003 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemanalysis.pm 
  Log:
  Trivial formatting change.  Nothing to see here.  Move along.
  
  
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.37 loncom/interface/statistics/lonproblemanalysis.pm:1.38
--- loncom/interface/statistics/lonproblemanalysis.pm:1.37	Tue Oct 14 17:58:25 2003
+++ loncom/interface/statistics/lonproblemanalysis.pm	Tue Oct 14 18:02:49 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 #
 
-# $Id: lonproblemanalysis.pm,v 1.37 2003/10/14 21:58:25 matthew Exp $
+# $Id: lonproblemanalysis.pm,v 1.38 2003/10/14 22:02:49 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -425,7 +425,7 @@
         $table.="<tr><td>".$plothtml.'</td><td align="left" valign="top">'.
             "<b>Start Time</b>: &nbsp;".$startdateform."<br />".
             "<b>End Time</b>&nbsp;&nbsp;: "."&nbsp;".$enddateform."<br />".
-            '<b>Plot Title</b>&nbsp;&nbsp;:'.
+            '<b>Plot Title</b>&nbsp;&nbsp;:'.("&nbsp;"x3).
             '<input type="text" size="30" name="plottitle_'.$i.'" value="'.
                   &HTML::Entities::encode($plottitle).'" /><br />'.
             "</td></tr>\n";