Revision 64c4e3c6
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
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
Der ReportGenerator escapet HTML-Sonderzeichen, sodass auch wortwörtlich so zu sehen ist -- also ihm nur ein normales Leerzeichen übergeben.