]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
Der ReportGenerator escapet HTML-Sonderzeichen, sodass   auch wortwörtlich so...
[mfinanz.git] / bin / mozilla / do.pl
index 130cca13039cd799fb844ce645fb65bbee043cd3..b3c9f10fb8f8aefcd89b56ffae75403f22b5c157 100644 (file)
@@ -485,10 +485,10 @@ sub orders {
     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');