From 4ef168cbd0b5d2e6099b40d2528bda85e2066994 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 15 May 2009 15:52:24 +0000 Subject: [PATCH] =?utf8?q?Weiterer=20Fix=20f=C3=BCr=20988.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Das ist allerdings auch mit das Äusserste was man aus der Methode rausholen kann. Bei mir ist der Link beim Laden jetzt auf ~2,4kB runter. --- bin/mozilla/ic.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 05aaced0d..5b377b639 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1541,6 +1541,7 @@ sub assembly_row { # save form variables in a previousform variable foreach my $key (sort keys %$form) { next unless ref $form->{$key} eq '' && $form->{$key}; + next if $key =~ /^select/; # get rid of these stupid select things # escape ampersands $form->{$key} =~ s/&/%26/g; -- 2.20.1