diff --git a/contrib/conv/conf-links2elinks.pl b/contrib/conv/conf-links2elinks.pl index ecab224b..ef32ae6d 100755 --- a/contrib/conv/conf-links2elinks.pl +++ b/contrib/conv/conf-links2elinks.pl @@ -175,7 +175,7 @@ while (<>) { $name = substr($name, 1, length($name) - 2); $name =~ s/[ \t]/_/g; - $name =~ s/[^a-zA-Z0-9_]/\./g; + $name =~ s/[^a-zA-Z0-9_]/-/g; $mimelist = &get_token(); $mimelist = substr($mimelist, 1, length($mimelist) - 2);