Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a8f5fe0

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 1a8f5fe00804e646222073bededd3c9cd5d792a9
  • Vorgänger 93bae7aa
  • Nachfolger a30ad33e

textarea_tag: Content ging durch Verwechslung then/else verloren

Unterschiede anzeigen:

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