Revision 1a8f5fe0
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
84 | 84 |
my %attributes = _hashify(@_); |
85 | 85 |
|
86 | 86 |
$attributes{id} ||= $self->name_to_id($name); |
87 |
$content = $content ? '' : _H($content);
|
|
87 |
$content = $content ? _H($content) : '';
|
|
88 | 88 |
|
89 | 89 |
return $self->html_tag('textarea', $content, %attributes, name => $name); |
90 | 90 |
} |
Auch abrufbar als: Unified diff
textarea_tag: Content ging durch Verwechslung then/else verloren