www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 66f51db3c8ed439b6068cfcff440969798478dd6
parent 6a3ce4292e0cdc81cceef63a1faf0ad151fa37fc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  8 Feb 2012 17:10:42 -0500

Don't use "application/vnd.oasis.opendocument.text" for all ZIP files

This bug dates to 2008. We'll correct existing files in a client update
and on the server.

Diffstat:
Mchrome/content/zotero/xpcom/mime.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/mime.js b/chrome/content/zotero/xpcom/mime.js @@ -50,7 +50,6 @@ Zotero.MIME = new function(){ ["\uFFFD\uFFFD\uFFFD\uFFFD", 'image/jpeg', 0], ["GIF8", 'image/gif', 0], ["\uFFFDPNG", 'image/png', 0], - ["PK\x03\x04", "application/vnd.oasis.opendocument.text", 0], ["JFIF", 'image/jpeg'], ["FLV", "video/x-flv", 0]