Entfernt trailing whitespaces
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Thu, 5 Dec 2013 14:23:29 +0000 (15:23 +0100)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Thu, 5 Dec 2013 14:23:29 +0000 (15:23 +0100)
bin/mozilla/gl.pl

index 78be01c..fb0de34 100644 (file)
@@ -743,11 +743,11 @@ sub display_rows {
       . qq|</td>|;
     my $tax_ddbox = qq|<td>| .
       NTI($cgi->popup_menu('-name' => "taxchart_$i",
-                           '-id' => "taxchart_$i",
-                           '-style' => 'width:200px',
-                           '-values' => \@taxchart_values,
-                           '-labels' => \%taxchart_labels,
-                           '-default' => $selected_taxchart))
+            '-id' => "taxchart_$i",
+            '-style' => 'width:200px',
+            '-values' => \@taxchart_values,
+            '-labels' => \%taxchart_labels,
+            '-default' => $selected_taxchart))
       . qq|</td>|;
 
     my ($fx_transaction, $checked);