--- loncom/interface/lonannounce.pm 2003/09/17 19:45:39 1.20 +++ loncom/interface/lonannounce.pm 2003/09/29 13:38:43 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # Announce # -# $Id: lonannounce.pm,v 1.20 2003/09/17 19:45:39 www Exp $ +# $Id: lonannounce.pm,v 1.21 2003/09/29 13:38:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -212,7 +212,7 @@ ENDDIA 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;