--- loncom/interface/lonpreferences.pm 2003/09/17 01:45:14 1.29 +++ loncom/interface/lonpreferences.pm 2003/09/29 16:09:20 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.29 2003/09/17 01:45:14 www Exp $ +# $Id: lonpreferences.pm,v 1.30 2003/09/29 16:09:20 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -711,7 +711,7 @@ sub handler { my $r = shift; my $user = $ENV{'user.name'}; my $domain = $ENV{'user.domain'}; - $r->content_type('text/html'); + &Apache::loncommn::content_type($r,'text/html'); # Some pages contain DES keys and should not be cached. &Apache::loncommon::no_cache($r); $r->send_http_header;