diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 11:47:44 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 11:47:44 +0200 |
commit | 0f92a2c6fdce9130433d54f62725abfc6d692e9d (patch) | |
tree | 206503644deb1a66599baeaa64bd834269d39897 /core/js | |
parent | 4d692b69666e7fb74d18ec35365583a023106533 (diff) | |
download | nextcloud-server-0f92a2c6fdce9130433d54f62725abfc6d692e9d.tar.gz nextcloud-server-0f92a2c6fdce9130433d54f62725abfc6d692e9d.zip |
bycatch, x-ldif entry was missing
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/mimetypelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 07ae0efee0a..b0104b50bef 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -90,8 +90,8 @@ OC.MimeTypeList={ "text/x-c": "text/code", "text/x-c++src": "text/code", "text/x-h": "text/code", - "text/x-ldif": "text/code", "text/x-java-source": "text/code", + "text/x-ldif": "text/code", "text/x-python": "text/code", "text/x-shellscript": "text/code", "web": "text/code" |