Revision 081e2bbc
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Presenter/Tag.pm | ||
---|---|---|
158 | 158 |
}; |
159 | 159 |
|
160 | 160 |
my $code = ''; |
161 |
$code .= $self->html_tag('option', $self->escape($empty_title || '')) if $with_empty; |
|
161 |
$code .= $self->html_tag('option', $self->escape($empty_title || ''), value => '') if $with_empty;
|
|
162 | 162 |
|
163 | 163 |
if (!$with_optgroups) { |
164 | 164 |
$code .= $list_to_code->($collection); |
Auch abrufbar als: Unified diff
select_tag(): bei 'with_empty' auch wirklich leeres 'value'-Attribut ausgeben
Siehe 0550e83 und 072c821. Fixt #2210.