Revision 4ef168cb
Von Sven Schöling vor fast 16 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
# 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;
|
Auch abrufbar als: Unified diff
Weiterer Fix für 988.
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.