--- loncom/interface/lonmenu.pm 2003/09/19 15:45:14 1.92 +++ loncom/interface/lonmenu.pm 2003/09/21 21:40:06 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.92 2003/09/19 15:45:14 bowersj2 Exp $ +# $Id: lonmenu.pm,v 1.93 2003/09/21 21:40:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -874,7 +874,7 @@ ENDSERVERFORM 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;