Skip to content

Commit

Permalink
Merge pull request #2740 from moisseev/patch-1
Browse files Browse the repository at this point in the history
[Minor] Allow "text/rtf" for rtf files
  • Loading branch information
vstakhov committed Feb 1, 2019
2 parents 34befc7 + d46a6a3 commit 14ab599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/mime_types.lua
Expand Up @@ -607,7 +607,7 @@ local full_extensions_map = {
{"roff", "application/x-troff"},
{"rpm", "audio/x-pn-realaudio-plugin"},
{"rqy", "text/x-ms-rqy"},
{"rtf", {"application/rtf","application/msword", "text/richtext"}},
{"rtf", {"application/rtf","application/msword", "text/richtext", "text/rtf"}},
{"rtx", "text/richtext"},
{"rvt", "application/octet-stream" },
{"ruleset", "application/xml"},
Expand Down

0 comments on commit 14ab599

Please sign in to comment.