From 1ac7b3f25a266f5d58cdac7652bed37344c6e3b2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 5 Jan 2017 15:26:06 +0100 Subject: [PATCH] gl.pl: Kommentar mit falschem Encoding ersetzt --- bin/mozilla/gl.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 2c203d33e..cad79b7c6 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -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); -- 2.20.1