Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-14 12:47:44 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-14 12:47:44 +0300
commit0f92a2c6fdce9130433d54f62725abfc6d692e9d (patch)
tree206503644deb1a66599baeaa64bd834269d39897 /resources
parent4d692b69666e7fb74d18ec35365583a023106533 (diff)
bycatch, x-ldif entry was missing
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index daf75453dc8..2c2ea28059c 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/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"