diff options
-rw-r--r-- | lualib/lua_magic/types.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_magic/types.lua b/lualib/lua_magic/types.lua index 3a104a537..32f9f4e73 100644 --- a/lualib/lua_magic/types.lua +++ b/lualib/lua_magic/types.lua @@ -54,7 +54,7 @@ local types = { -- text rtf = { ct = "application/rtf", - type = 'text', + type = 'binary', }, pdf = { ct = 'application/pdf', |