diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-08-03 21:59:32 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-08-03 21:59:44 +0200 |
commit | 3534c3b3735242afa5c991417027a8c8e41e6465 (patch) | |
tree | fa8992765ceb45df8ada02964a8bc502ea366541 | |
parent | 17fe748abc68f016f8bf894a2d0079f0f2ed5c66 (diff) | |
download | nextcloud-server-3534c3b3735242afa5c991417027a8c8e41e6465.tar.gz nextcloud-server-3534c3b3735242afa5c991417027a8c8e41e6465.zip |
add reveal mimetype
-rw-r--r-- | lib/mimetypes.list.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 2aac3bbfd27..8ab8ac81bd8 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -102,5 +102,6 @@ return array( 'md' => 'text/markdown', 'markdown' => 'text/markdown', 'mdown' => 'text/markdown', - 'mdwn' => 'text/markdown' + 'mdwn' => 'text/markdown', + 'reveal' => 'text/reveal' ); |