diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/mimetypelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 2a780fc2bcb..b4de98247d1 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -64,6 +64,7 @@ OC.MimeTypeList={ "application/xml": "text/html", "application/yaml": "text/code", "application/zip": "package/x-generic", + "httpd/unix-directory": "dir", "image/svg+xml": "image/vector", "text/css": "text/code", "text/csv": "x-office/spreadsheet", |