From: Sven Schöling Date: Fri, 12 Jun 2009 10:05:07 +0000 (+0000) Subject: print_form: Extension war vor -r3314 standard auf "html", wurde dann durch anderen... X-Git-Tag: release-2.6.1beta1~404 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/710ebb28d9a0f0125dd7e7d1f0662d3127ac1328?ds=inline print_form: Extension war vor -r3314 standard auf "html", wurde dann durch anderen Algorithmus geändert. Jetzt wieder html als Standardextension. Fix für Bug 1043. --- 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';