Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 64c4e3c6

Von Moritz Bunkus vor fast 16 Jahren hinzugefügt

  • ID 64c4e3c6b99559d33a9e7c29799f001bb64a58d7
  • Vorgänger 55ef0ec5
  • Nachfolger 8468c353

Der ReportGenerator escapet HTML-Sonderzeichen, sodass   auch wortwörtlich so zu sehen ist -- also ihm nur ein normales Leerzeichen übergeben.

Unterschiede anzeigen:

bin/mozilla/do.pl
485 485
    push @options, $locale->text('Transaction description') . " : $form->{transaction_description}";
486 486
  }
487 487
  if ($form->{transdatefrom}) {
488
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
488
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
489 489
  }
490 490
  if ($form->{transdateto}) {
491
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
491
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
492 492
  }
493 493
  if ($form->{open}) {
494 494
    push @options, $locale->text('Open');

Auch abrufbar als: Unified diff