Diff for /loncom/homework/daxeopen.pm between versions 1.2 and 1.3

version 1.2, 2015/12/10 16:26:43 version 1.3, 2015/12/15 15:00:58
Line 71  sub convert_problem { Line 71  sub convert_problem {
         my $warnings = 0; # no warning printed          my $warnings = 0; # no warning printed
         my $textref = &Apache::pre_xml::pre_xml($file, $warnings);          my $textref = &Apache::pre_xml::pre_xml($file, $warnings);
         $textref = &Apache::html_to_xml::html_to_xml($textref, $warnings);          $textref = &Apache::html_to_xml::html_to_xml($textref, $warnings);
         my $text = &Apache::post_xml::post_xml($textref, $file, $warnings);          my $text = &Apache::post_xml::post_xml($textref, $file, $perlvar{'lonDocRoot'}, $warnings);
         &Apache::loncommon::content_type($request, 'text/xml', 'utf-8');          &Apache::loncommon::content_type($request, 'text/xml', 'utf-8');
         $request->print($text);          $request->print($text);
         return OK;          return OK;

Removed from v.1.2  
changed lines
  Added in v.1.3


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