--- loncom/interface/lonindexer.pm 2005/02/17 08:29:42 1.129 +++ loncom/interface/lonindexer.pm 2005/02/17 08:50:20 1.130 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.129 2005/02/17 08:29:42 albertel Exp $ +# $Id: lonindexer.pm,v 1.130 2005/02/17 08:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -136,7 +136,7 @@ sub handler { } #Hijack lonindexer to verify a title and be close down. if ($ENV{'form.launch'} eq '2') { - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); my $extra=''; if (defined($ENV{'form.titleelement'}) && $ENV{'form.titleelement'} ne '') {