Ausgabe angepasst
authorPhilip Reetz <p.reetz@linet-services.de>
Sun, 15 Jun 2008 16:22:54 +0000 (16:22 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Sun, 15 Jun 2008 16:22:54 +0000 (16:22 +0000)
bin/mozilla/ca.pl

index 4cbddde..08856b9 100644 (file)
@@ -601,7 +601,7 @@ sub list_transactions {
     $ca->{ustrate} = $form->format_amount(\%myconfig, $ca->{ustrate} * 100, 2) if ($ca->{ustrate} != 0);
 
     if ($ca->{memo} ne "") {
-      $ca->{description} .= "\n" . $ca->{memo};
+      $ca->{description} .= " \n " . $ca->{memo};
     }