--- loncom/interface/lonquickgrades.pm 2003/09/22 00:48:32 1.25 +++ loncom/interface/lonquickgrades.pm 2003/09/22 20:05:20 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.25 2003/09/22 00:48:32 www Exp $ +# $Id: lonquickgrades.pm,v 1.26 2003/09/22 20:05:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,9 +58,9 @@ sub real_handler { # Send header, don't cache this page if ($ENV{'browser.mathml'}) { - &Apache::loncommon::content_type('text/xml'); + &Apache::loncommon::content_type($r,'text/xml'); } else { - &Apache::loncommon::content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); } &Apache::loncommon::no_cache($r); $r->send_http_header;