--- loncom/interface/lonsimplepage.pm 2004/07/27 23:35:34 1.22 +++ loncom/interface/lonsimplepage.pm 2005/02/17 08:50:20 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.22 2004/07/27 23:35:34 www Exp $ +# $Id: lonsimplepage.pm,v 1.24 2005/02/17 08:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,14 +40,15 @@ use Apache::lonxml; 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; my $target=$ENV{'form.grade_target'}; # ------------------------------------------------------------ Print the screen if ($target ne 'tex') { + my $html=&Apache::lonxml::xmlbegin(); $r->print(< +$html The LearningOnline Network with CAPA ENDDOCUMENT