mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[conv] Minus instead of dot
This commit is contained in:
parent
6e4540cde7
commit
86285f9f66
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user