Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3aef9838

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 3aef9838accbd884febe282bd17c6a6902eb64d2
  • Vorgänger 9554b472
  • Nachfolger e22b2238

FIX: Stringvergleich mit 'eq'

Unterschiede anzeigen:

SL/Presenter/Tag.pm
459 459

  
460 460
  $onclick = 'if (!confirm("'. _J(delete($attributes{confirm})) .'")) return false; ' . $onclick if $attributes{confirm};
461 461

  
462
  if ( $attributes{tag} == 'input' ) {
462
  if ( $attributes{tag} eq 'input' ) {
463 463
    html_tag('input', undef, %attributes, value => $value, (onclick => $onclick)x!!$onclick)
464 464
  }
465
  elsif ( $attributes{tag} == 'button' ) {
465
  elsif ( $attributes{tag} eq 'button' ) {
466 466
    html_tag('button', undef, %attributes, value => $value, (onclick => $onclick)x!!$onclick);
467 467
  }
468 468
}

Auch abrufbar als: Unified diff