gl.pl: Kommentar mit falschem Encoding ersetzt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 5 Jan 2017 14:26:06 +0000 (15:26 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 12 Jan 2017 11:08:31 +0000 (12:08 +0100)
bin/mozilla/gl.pl

index 2c203d3..cad79b7 100644 (file)
@@ -666,8 +666,8 @@ sub display_rows {
   my %charts = ();
   my $taxchart_init;
   foreach my $item (@{ $form->{ALL_CHARTS} }) {
-    if ($item->{charttype} eq 'H'){ #falls ÃŒberschrift
-      next;                         #ÃŒberspringen (Bug 1150)
+    if ($item->{charttype} eq 'H'){ # skip headings
+      next;
     }
     my $key = $item->{accno} . "--" . $item->{tax_id};
     $taxchart_init = $item->{tax_id} unless (@chart_values);