--- loncom/auth/lonlogin.pm 2003/09/20 17:44:22 1.53 +++ loncom/auth/lonlogin.pm 2003/09/21 20:06:36 1.54 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.53 2003/09/20 17:44:22 www Exp $ +# $Id: lonlogin.pm,v 1.54 2003/09/21 20:06:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,7 @@ sub handler { my $r = shift; &Apache::loncommon::no_cache($r); &Apache::lonlocal::get_language_handle($r); - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;