diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mime b/debian/mime index 5c5310c..4c36e82 100644 --- a/debian/mime +++ b/debian/mime @@ -1,2 +1,2 @@ text/html; /usr/bin/w3m -T text/html %s; needsterminal; description=HTML Text; nametemplate=%s.html; priority=4 -text/html; /usr/bin/w3m -dump -T text/html %s; copiousoutput; description=HTML Text; nametemplate=%s.html; priority=3 +text/html; /usr/bin/w3m -I %{charset} -dump -T text/html %s; copiousoutput; description=HTML Text; nametemplate=%s.html; priority=3 |