X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/Locale.pm diff --git a/SL/Locale.pm b/SL/Locale.pm index 3b91502d5..5bbb77ca5 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -271,7 +271,7 @@ sub findsub { $sub_name = first { defined(&{ "::${_}" }) } @{ $self->{texts_reverse}->{$text_rev} } if $self->{texts_reverse}->{$text_rev}; $sub_name ||= $text_rev if ($text_rev =~ m/^[a-z][a-z0-9_]+$/) && defined &{ "::${text_rev}" }; - $main::form->error("$text not defined in locale/$self->{countrycode}/all") if !$sub_name; + $main::form->error($self->quote_special_chars('HTML', "$text not defined in locale/$self->{countrycode}/all")) if !$sub_name; $main::lxdebug->leave_sub();