From 5cfd34f0459bf58cee93d28a2cbe7e9f2684d1ca Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Wed, 4 Apr 2007 12:00:58 +0000 Subject: [PATCH] =?utf8?q?Ersatzmuster=20f=C3=BCr=20Kunden/Lieferanten=20m?= =?utf8?q?it=20\n=20und/oder=20\r=20im=20Namen=20hinzugef=C3=BCgt.=20(bug?= =?utf8?q?=20543)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ir.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index e052258e6..343804690 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -240,6 +240,9 @@ sub form_header { #quote selectvendor Bug 133 $form->{"selectvendor"} = $form->quote($form->{"selectvendor"}); + #substitute \n and \r to \s (bug 543) + $form->{"selectvendor"} =~ s/[\n\r]/ /g; + $form->{exchangerate} = $form->format_amount(\%myconfig, $form->{exchangerate}); -- 2.20.1