Diff for /loncom/homework/hint.pm between versions 1.26 and 1.27

version 1.26, 2002/02/20 22:20:23 version 1.27, 2002/03/06 20:39:15
Line 59  sub start_hintgroup { Line 59  sub start_hintgroup {
       &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);        &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);
     }      }
   } elsif ($target eq 'tex') {    } elsif ($target eq 'tex') {
     $result .= '\noindent{\it Hint: }';       $result .= '\keephidden{'; 
   }    }
   @Apache::hint::which=();    @Apache::hint::which=();
   return $result;    return $result;
Line 81  sub end_hintgroup { Line 81  sub end_hintgroup {
     }      }
   } elsif ($target eq 'edit') {    } elsif ($target eq 'edit') {
     $result.=&Apache::edit::end_table();      $result.=&Apache::edit::end_table();
     } elsif ($target eq 'tex') {
       $result .= '}'; 
   }    }
   @Apache::hint::which=();    @Apache::hint::which=();
   return $result;    return $result;

Removed from v.1.26  
changed lines
  Added in v.1.27


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