[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm

raeburn raeburn at source.lon-capa.org
Sat Oct 8 15:19:58 EDT 2011


raeburn		Sat Oct  8 19:19:58 2011 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - Typo in rev. 1.292.
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.294 loncom/homework/inputtags.pm:1.295
--- loncom/homework/inputtags.pm:1.294	Sat Oct  8 19:12:19 2011
+++ loncom/homework/inputtags.pm	Sat Oct  8 19:19:58 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.294 2011/10/08 19:12:19 raeburn Exp $
+# $Id: inputtags.pm,v 1.295 2011/10/08 19:19:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1459,7 +1459,7 @@
 		    $trial.="/".$Apache::inputtags::params{'maxtries'};
 		}
 	    }
-	    $trystr = '<td><span class="LC_nobreak">'.&mt($tries_text.' [_1]',$trial).'</span.</td>';
+	    $trystr = '<td><span class="LC_nobreak">'.&mt($tries_text.' [_1]',$trial).'</span></td>';
 	}
     }
 




More information about the LON-CAPA-cvs mailing list