Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5324155e

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 5324155e7bc22990d1d0a775bc64e47b867f9b4d
  • Vorgänger 9c1048cc
  • Nachfolger 4f97d578

L.radio_button_tag: value="" ermöglichen

Unterschiede anzeigen:

SL/Template/Plugin/L.pm
116 116
  my ($self, $name, %attributes) = _hashify(2, @_);
117 117

  
118 118
  _set_id_attribute(\%attributes, $name);
119
  $attributes{value}   = 1 unless defined $attributes{value};
119
  $attributes{value}   = 1 unless exists $attributes{value};
120 120
  my $label            = delete $attributes{label};
121 121

  
122 122
  if ($attributes{checked}) {

Auch abrufbar als: Unified diff