From 710ebb28d9a0f0125dd7e7d1f0662d3127ac1328 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 12 Jun 2009 10:05:07 +0000 Subject: [PATCH] =?utf8?q?print=5Fform:=20Extension=20war=20vor=20-r3314?= =?utf8?q?=20standard=20auf=20"html",=20wurde=20dann=20durch=20anderen=20A?= =?utf8?q?lgorithmus=20ge=C3=A4ndert.=20Jetzt=20wieder=20html=20als=20Stan?= =?utf8?q?dardextension.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1043. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index b6eaf9ca1..f890cee12 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1479,7 +1479,7 @@ sub print_form { reformat_numbers($output_numberformat, $precision, @{ $field_list }); } - my $extension = ''; + my $extension = 'html'; if ($form->{format} eq 'postscript') { $form->{postscript} = 1; $extension = 'tex'; -- 2.20.1