Browse Source

[Minor] Lua_magic: RTF should not be treated as text without conversion

tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
7998548c40
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_magic/types.lua

+ 1
- 1
lualib/lua_magic/types.lua View File

@@ -54,7 +54,7 @@ local types = {
-- text
rtf = {
ct = "application/rtf",
type = 'text',
type = 'binary',
},
pdf = {
ct = 'application/pdf',

Loading…
Cancel
Save