--- loncom/homework/lonhomework.pm 2009/03/20 20:36:41 1.298.2.1 +++ loncom/homework/lonhomework.pm 2009/03/16 18:20:22 1.306 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.298.2.1 2009/03/20 20:36:41 raeburn Exp $ +# $Id: lonhomework.pm,v 1.306 2009/03/16 18:20:22 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -855,11 +855,12 @@ sub editxmlmode { my $result; my $problem=&Apache::lonnet::getfile($file); if ($problem eq -1) { - &Apache::lonxml::error( + &Apache::lonxml::error( ' ' .&mt('Unable to find [_1]', ''.$file.'') .''); + $problem=''; } if (defined($env{'form.editxmltext'}) || defined($env{'form.Undo'})) { @@ -966,7 +967,7 @@ sub renderpage { my $filename=(split('/',$file))[-1]; my $error = " ".&mt('Unable to find [_1]', - ''.$filename.'') + ''.$filename.'') .""; $result.= &Apache::loncommon::simple_error_page($request,'Not available',