Diff for /loncom/xml/lonxml.pm between versions 1.358 and 1.359

version 1.358, 2005/02/28 22:17:09 version 1.359, 2005/02/28 22:21:40
Line 1289  sub handler { Line 1289  sub handler {
     $Apache::lonxml::debug=$ENV{'user.debug'};      $Apache::lonxml::debug=$ENV{'user.debug'};
           
     if ($ENV{'browser.mathml'}) {      if ($ENV{'browser.mathml'}) {
  #&Apache::loncommon::content_type($request,'text/xml');   &Apache::loncommon::content_type($request,'text/xml');
  &Apache::loncommon::content_type($request,'text/html');  
     } else {      } else {
  &Apache::loncommon::content_type($request,'text/html');   &Apache::loncommon::content_type($request,'text/html');
     }      }

Removed from v.1.358  
changed lines
  Added in v.1.359


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