]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Der ReportGenerator escapet HTML-Sonderzeichen, sodass   auch wortwörtlich so...
[mfinanz.git] / bin / mozilla / ar.pl
index 77c83f21283236795394968c695586e72dd2991d..0eeafff9579c0d23c1e2aba68b3d28f1186ad4cf 100644 (file)
@@ -1538,10 +1538,10 @@ sub ar_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');