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

sakharuk lon-capa-cvs@mail.lon-capa.org
Wed, 23 Oct 2002 17:05:25 -0000


sakharuk		Wed Oct 23 13:05:25 2002 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  Small change of the font size for Ed.
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.65 loncom/homework/inputtags.pm:1.66
--- loncom/homework/inputtags.pm:1.65	Tue Oct  8 14:04:04 2002
+++ loncom/homework/inputtags.pm	Wed Oct 23 13:05:25 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.65 2002/10/08 18:04:04 bowersj2 Exp $
+# $Id: inputtags.pm,v 1.66 2002/10/23 17:05:25 sakharuk Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -426,7 +426,7 @@
     if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } 
     if ( $showbutton ) {
       if ($target eq 'tex') {
-	 $trystr = ' Tries '.$tries.'/'.$maxtries.' ';
+	 $trystr = ' {\small Tries '.$tries.'/'.$maxtries.'} ';
       } else {
          $trystr = "<td>Tries $tries/$maxtries</td>";
       }