X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e079eba45bcb834792660358b2e86dcb70e494e..49b7cab6d1510010fac0345701ba8e46ea9b39a5:/SL/Template/Plugin/T8.pm diff --git a/SL/Template/Plugin/T8.pm b/SL/Template/Plugin/T8.pm index 339faa941..e736e0cd2 100644 --- a/SL/Template/Plugin/T8.pm +++ b/SL/Template/Plugin/T8.pm @@ -18,7 +18,7 @@ sub init { sub filter { my ($self, $text, $args) = @_; - return $locale->text($text, @{ $args || [] }); + return $locale->text($text, @{ $args || [] }) || $text; } return 'SL::Template::Plugin::T8';