--- rat/lonwrapper.pm 2003/05/13 15:13:17 1.13 +++ rat/lonwrapper.pm 2003/09/29 16:09:21 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.13 2003/05/13 15:13:17 www Exp $ +# $Id: lonwrapper.pm,v 1.14 2003/09/29 16:09:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,7 +45,7 @@ use Apache::lonmenu; sub handler { my $r=shift; - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;