Revision 993ce983
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
95 | 95 |
my %attributes = _hashify(@slurp); |
96 | 96 |
|
97 | 97 |
$attributes{id} ||= $self->name_to_id($name); |
98 |
$attributes{rows} *= 1; # required by standard |
|
99 |
$attributes{cols} *= 1; # required by standard |
|
98 | 100 |
$content = $content ? _H($content) : ''; |
99 | 101 |
|
100 | 102 |
return $self->html_tag('textarea', $content, %attributes, name => $name); |
Auch abrufbar als: Unified diff
texarea tags müssen immer numerische Werte in cols und rows haben.