--- loncom/interface/lonevaluate.pm 2004/11/11 22:47:55 1.14 +++ loncom/interface/lonevaluate.pm 2005/02/17 08:50:20 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Evaluate # -# $Id: lonevaluate.pm,v 1.14 2004/11/11 22:47:55 albertel Exp $ +# $Id: lonevaluate.pm,v 1.16 2005/02/17 08:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,7 +45,7 @@ use Apache::lonenc(); 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; @@ -93,8 +93,9 @@ sub handler { } if ($complete) { my $showurl=&Apache::lonenc::check_encrypt(&Apache::lonnet::clutter($feedurl)); - $r->print(< + my $html=&Apache::lonxml::xmlbegin(); + $r->print(< Evaluation submitted