Revision b3bcbbe9
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
601 | 601 |
$ca->{ustrate} = $form->format_amount(\%myconfig, $ca->{ustrate} * 100, 2) if ($ca->{ustrate} != 0); |
602 | 602 |
|
603 | 603 |
if ($ca->{memo} ne "") { |
604 |
$ca->{description} .= "\n" . $ca->{memo};
|
|
604 |
$ca->{description} .= " \n " . $ca->{memo};
|
|
605 | 605 |
} |
606 | 606 |
|
607 | 607 |
|
Auch abrufbar als: Unified diff
Ausgabe angepasst