X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8c7e44938a661e035f62840e1e177353240ace5d..ca12e8dfc4773aabc13818a0398e06e44028e2bc:/SL/Template/Plugin/LxERP.pm diff --git a/SL/Template/Plugin/LxERP.pm b/SL/Template/Plugin/LxERP.pm index a6bd06a80..1bd03dab8 100644 --- a/SL/Template/Plugin/LxERP.pm +++ b/SL/Template/Plugin/LxERP.pm @@ -62,7 +62,7 @@ sub _turn90_word { my $self = shift; my $word = shift || ""; - return join '
', map { $main::form->quote_html($_) } split(m//, $word); + return join '
', map { $main::locale->quote_special_chars('HTML', $_) } split(m//, $word); } sub turn90 {