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/ar.pl
1538 1538
    push @options, $locale->text('Transaction description') . " : $form->{transaction_description}";
1539 1539
  }
1540 1540
  if ($form->{transdatefrom}) {
1541
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
1541
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
1542 1542
  }
1543 1543
  if ($form->{transdateto}) {
1544
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
1544
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
1545 1545
  }
1546 1546
  if ($form->{open}) {
1547 1547
    push @options, $locale->text('Open');

Auch abrufbar als: Unified diff