Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 081e2bbc

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 081e2bbcae187497b961a1d19d856c8da6e6204b
  • Vorgänger e36b34d3
  • Nachfolger 39d85854

select_tag(): bei 'with_empty' auch wirklich leeres 'value'-Attribut ausgeben

Siehe 0550e83 und 072c821. Fixt #2210.

Unterschiede anzeigen:

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