Diff for /loncom/homework/inputtags.pm between versions 1.63 and 1.64

version 1.63, 2002/10/01 21:05:45 version 1.64, 2002/10/02 18:13:47
Line 460  sub gradestatus { Line 460  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.'/'.$maxtries.' ';   $trystr = ' Tries '.$tries.'/'.$maxtries.' ';
       } else {        } else {
          $trystr = "<td>Tries $tries/$maxtries</td>";           $trystr = "<td>Tries $tries/$maxtries</td>";
       }        }

Removed from v.1.63  
changed lines
  Added in v.1.64


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