[Pkg-owncloud-commits] [owncloud] 318/457: Adding mark down mime type mkd - fixes https://github.com/owncloud/files_texteditor/issues/45
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 5481a846c25258be14ee71d72040640c843b01c9
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Fri Jun 5 17:11:14 2015 +0200
Adding mark down mime type mkd - fixes https://github.com/owncloud/files_texteditor/issues/45
---
lib/private/mimetypes.list.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 5a6b416..1e568eb 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -106,6 +106,7 @@ return array(
'md' => array('text/markdown', null),
'mdb' => array('application/msaccess', null),
'mdwn' => array('text/markdown', null),
+ 'mkd' => array('text/markdown', null),
'mef' => array('image/x-dcraw', null),
'mkv' => array('video/x-matroska', null),
'mobi' => array('application/x-mobipocket-ebook', null),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list