From 3db7bbb21243d2f9de903b41f590f82dae64c161 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 24 Nov 2006 09:42:48 +0000 Subject: [PATCH] Beim Ausdruck sind in company und address Zeilenumbrueche noch wortwoertlich als "\n" enthalten. --- bin/mozilla/io.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 3cb1e82c4..1c84ef1bf 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1809,6 +1809,8 @@ sub print_form { $form->{notes} =~ s/^\s+//g; + map({ $form->{$_} =~ s/\\n/\n/g; } qw(company address)); + $form->{templates} = "$myconfig{templates}"; $form->{language} = $form->get_template_language(\%myconfig); -- 2.20.1