summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/interactive/gtk.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index c6d60a570..749bde880 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- fix displaying help (same webkit regression that affected mcc (#47840))
+
Version 12.13 - 10 March 2009
- fix selecting packages on cdroms
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm
index c5ab6c96d..ba7c31a20 100644
--- a/perl-install/interactive/gtk.pm
+++ b/perl-install/interactive/gtk.pm
@@ -770,6 +770,7 @@ sub get_html_file {
require lang;
map { ("$_/$id") } map { $_, lc($_) } (split ':', lang::getLANGUAGE($o->{locale}{lang})), '';
} $url;
+ $url = "file://$url";
$anchor ? "$url#$anchor" : $url;
}