Diff for /loncom/homework/structuretags.pm between versions 1.172 and 1.173

version 1.172, 2003/05/14 13:33:00 version 1.173, 2003/05/14 16:49:13
Line 506  sub end_problem { Line 506  sub end_problem {
     &finalize_storage();      &finalize_storage();
  }   }
  if ($target eq 'answer' && ($ENV{'request.state'} eq 'construct')   if ($target eq 'answer' && ($ENV{'request.state'} eq 'construct')
     && $ENV{'form.answer_mode_output'} ne 'tex') {      && $ENV{'form.answer_output_mode'} ne 'tex') {
     $result.='</html>'; # normally we get it from xmlend, but in CSTR      $result.='</html>'; # normally we get it from xmlend, but in CSTR
                         # we always show answer mode too.                          # we always show answer mode too.
  }   }

Removed from v.1.172  
changed lines
  Added in v.1.173


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