]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/L.pm
textarea_tag: Content ging durch Verwechslung then/else verloren
[mfinanz.git] / SL / Template / Plugin / L.pm
index aaff9ef2053a84d0c20179878d14b059fc2db437..ac31e310415c3dc5749550f8dd4e85263b8090f6 100644 (file)
@@ -84,7 +84,7 @@ sub textarea_tag {
   my %attributes      = _hashify(@_);
 
   $attributes{id}   ||= $self->name_to_id($name);
-  $content            = $content ? '' : _H($content);
+  $content            = $content ? _H($content) : '';
 
   return $self->html_tag('textarea', $content, %attributes, name => $name);
 }