--- loncom/xml/lonxml.pm 2005/02/28 22:17:09 1.358 +++ loncom/xml/lonxml.pm 2005/02/28 22:21:40 1.359 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.358 2005/02/28 22:17:09 albertel Exp $ +# $Id: lonxml.pm,v 1.359 2005/02/28 22:21:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1289,8 +1289,7 @@ sub handler { $Apache::lonxml::debug=$ENV{'user.debug'}; if ($ENV{'browser.mathml'}) { - #&Apache::loncommon::content_type($request,'text/xml'); - &Apache::loncommon::content_type($request,'text/html'); + &Apache::loncommon::content_type($request,'text/xml'); } else { &Apache::loncommon::content_type($request,'text/html'); }