X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a30ad33e728864dfc626a0a74cda0269ade0ccfb..c4e27e0011023e09facd5f8e0297be84d8d71cc7:/SL/Template/Plugin/L.pm diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index 479c4b859..cc0a6ed01 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -48,7 +48,7 @@ sub attributes { my @result = (); while (my ($name, $value) = each %options) { next unless $name; - $value ||= ''; + $value = '' if !defined($value); push @result, _H($name) . '="' . _H($value) . '"'; }