From cfcb97136136224ee6c943ceeeef49aad24f0edd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 2 Feb 2017 13:47:58 +0100 Subject: [PATCH] =?utf8?q?do.pl:=20v=C3=B6llig=20unverst=C3=A4ndliche=20Fo?= =?utf8?q?rmatierung=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Kam durch Dateiverwaltung herein. --- bin/mozilla/do.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 1e5c5a203..2dbfc3180 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -658,10 +658,7 @@ sub orders { $report->set_options('top_info_text' => join("\n", @options), 'raw_top_info_text' => $form->parse_html_template('do/orders_top'), - 'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', - { - print_options => print_options(inline => 1,hide_language_id => 1), - }), + 'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', { print_options => print_options(inline => 1,hide_language_id => 1) }), 'output_format' => 'HTML', 'title' => $form->{title}, 'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), -- 2.20.1