]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ap.pl
Der ReportGenerator escapet HTML-Sonderzeichen, sodass   auch wortwörtlich so...
[mfinanz.git] / bin / mozilla / ap.pl
index 895fa0305da57db7e6a35289c839deeb5d5308e0..086980d7f8e9e6b7357060281887c708117e1c35 100644 (file)
@@ -1451,10 +1451,10 @@ sub ap_transactions {
     push @options, $locale->text('Transaction description') . " : $form->{transaction_description}";
   }
   if ($form->{transdatefrom}) {
-    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
+    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
   }
   if ($form->{transdateto}) {
-    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
+    push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
   }
   if ($form->{open}) {
     push @options, $locale->text('Open');