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/rp.pl
2374 2374

  
2375 2375
  my @options;
2376 2376
  if ($form->{fromdate}) {
2377
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{fromdate}, 1);
2377
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{fromdate}, 1);
2378 2378
  }
2379 2379
  if ($form->{todate}) {
2380
    push @options, $locale->text('bis') . " " . $locale->date(\%myconfig, $form->{todate}, 1);
2380
    push @options, $locale->text('bis') . " " . $locale->date(\%myconfig, $form->{todate}, 1);
2381 2381
  }
2382 2382

  
2383 2383
  my $report = SL::ReportGenerator->new(\%myconfig, $form);

Auch abrufbar als: Unified diff