diff options
Diffstat (limited to 'perl-install/interactive/gtk.pm')
-rw-r--r-- | perl-install/interactive/gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 5ec9f3c2f..4cb006b56 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -765,6 +765,7 @@ my $help_path = "/usr/share/doc/installer-help"; sub is_help_file_exist { my ($id) = @_; + # just ignore anchors: $id =~ s/#.*//; -e "$help_path/$id.html"; } |