print_form: Extension war vor -r3314 standard auf "html", wurde dann durch anderen...
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 12 Jun 2009 10:05:07 +0000 (10:05 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 12 Jun 2009 10:05:07 +0000 (10:05 +0000)
Fix für Bug 1043.

bin/mozilla/io.pl

index b6eaf9c..f890cee 100644 (file)
@@ -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';