summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/interactive/gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm
index c0775d2ba..4b2bc2a56 100644
--- a/perl-install/interactive/gtk.pm
+++ b/perl-install/interactive/gtk.pm
@@ -716,7 +716,7 @@ sub get_html_file {
map {
my $id = $_;
require lang;
- map { ("$_/$id") } (split ':', lang::getLANGUAGE($o->{locale}{lang}));
+ map { ("$_/$id") } (split ':', lang::getLANGUAGE($o->{locale}{lang})), '';
} $url;
}