--- loncom/xml/lontex.pm 2025/02/20 00:41:11 1.15 +++ loncom/xml/lontex.pm 2025/02/20 03:46:11 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.15 2025/02/20 00:41:11 raeburn Exp $ +# $Id: lontex.pm,v 1.16 2025/02/20 03:46:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,11 +92,8 @@ sub handler { close($fh); } else { my $filename=(split('/',$r->filename))[-1]; - my $error = - '
' - .&mt('Unable to find [_1]', - ''.$filename.'') - ."
"; + my $error = &mt('Unable to find [_1]', + ''.$filename.''); &Apache::loncommon::simple_error_page($r,'Not available', $error,{'no_auto_mt_msg' => 1}); return OK;