Diff for /loncom/homework/inputtags.pm between versions 1.65 and 1.66

version 1.65, 2002/10/08 18:04:04 version 1.66, 2002/10/23 17:05:25
Line 426  sub gradestatus { Line 426  sub gradestatus {
     if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; }       if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } 
     if ( $showbutton ) {      if ( $showbutton ) {
       if ($target eq 'tex') {        if ($target eq 'tex') {
  $trystr = ' Tries '.$tries.'/'.$maxtries.' ';   $trystr = ' {\small Tries '.$tries.'/'.$maxtries.'} ';
       } else {        } else {
          $trystr = "<td>Tries $tries/$maxtries</td>";           $trystr = "<td>Tries $tries/$maxtries</td>";
       }        }

Removed from v.1.65  
changed lines
  Added in v.1.66


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>