--- loncom/publisher/loncfile.pm 2003/12/15 22:01:14 1.48 +++ loncom/publisher/loncfile.pm 2003/12/29 19:01:27 1.49 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.48 2003/12/15 22:01:14 taceyjo1 Exp $ +# $Id: loncfile.pm,v 1.49 2003/12/29 19:01:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1154,7 +1154,7 @@ sub handler { } - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; $r->print('LON-CAPA Construction Space');