--- rat/lonratedt.pm 2003/09/22 03:02:06 1.47 +++ rat/lonratedt.pm 2003/10/21 20:40:10 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Edit Handler for RAT Maps # -# $Id: lonratedt.pm,v 1.47 2003/09/22 03:02:06 www Exp $ +# $Id: lonratedt.pm,v 1.48 2003/10/21 20:40:10 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1095,7 +1095,13 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - + my $target = $ENV{'form.grade_target'}; + if ($target eq 'meta') { + &Apache::loncommon::content_type($r,'text/html'); + $r->send_http_header; + return OK; + } + my $url=$r->uri; my $fn=&Apache::lonnet::filelocation('',$url);