Browse Source

bycatch, x-ldif entry was missing

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon 6 years ago
parent
commit
0f92a2c6fd
2 changed files with 2 additions and 1 deletions
  1. 1 1
      core/js/mimetypelist.js
  2. 1 0
      resources/config/mimetypealiases.dist.json

+ 1 - 1
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"

+ 1 - 0
resources/config/mimetypealiases.dist.json

@@ -91,6 +91,7 @@
 	"text/x-c++src": "text/code",
 	"text/x-h": "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"