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/ap.pl
1451 1451
    push @options, $locale->text('Transaction description') . " : $form->{transaction_description}";
1452 1452
  }
1453 1453
  if ($form->{transdatefrom}) {
1454
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
1454
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
1455 1455
  }
1456 1456
  if ($form->{transdateto}) {
1457
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
1457
    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
1458 1458
  }
1459 1459
  if ($form->{open}) {
1460 1460
    push @options, $locale->text('Open');

Auch abrufbar als: Unified diff