--- loncom/interface/lonchatfetch.pm 2005/02/17 08:29:42 1.15 +++ loncom/interface/lonchatfetch.pm 2005/02/17 08:50:20 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat Fetching # -# $Id: lonchatfetch.pm,v 1.15 2005/02/17 08:29:42 albertel Exp $ +# $Id: lonchatfetch.pm,v 1.16 2005/02/17 08:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,7 +50,7 @@ sub handler { $ENV{'course.'.$ENV{'request.course.id'}.'.home'}); if ($loaderror) { return $loaderror; } - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;