Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 993ce983

Von Sven Schöling vor fast 13 Jahren hinzugefügt

  • ID 993ce983245b38b7492c82f29f008ffa0247c973
  • Vorgänger 2447f511
  • Nachfolger bd1e1e7d

texarea tags müssen immer numerische Werte in cols und rows haben.

Unterschiede anzeigen:

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