--- rat/lonratedt.pm 2006/06/19 09:42:56 1.80 +++ rat/lonratedt.pm 2006/09/12 22:13:12 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Edit Handler for RAT Maps # -# $Id: lonratedt.pm,v 1.80 2006/06/19 09:42:56 www Exp $ +# $Id: lonratedt.pm,v 1.83 2006/09/12 22:13:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -649,7 +649,8 @@ sub getparameter { # ----------------------------------------------------------------- Edit script sub editscript { my $mode=shift; - my $resurl=&Apache::loncommon::lastresurl(); + my $resurl= + &Apache::loncommon::escape_single(&Apache::loncommon::lastresurl()); return(<print(<print( &Apache::loncommon::start_page('Edit Content of a Map'). - &Apache::loncommon::help_open_menu('','','','',6,'RAT'). + &Apache::loncommon::help_open_menu('','',6,'RAT'). &buttons($adv)); if ($errtext) { $r->print($errtext.'
');