Revision 5324155e
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
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
L.radio_button_tag: value="" ermöglichen