From dff5adf480536954bfba8f346e298c9c1c1b87a4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 1 Aug 2010 23:11:38 +0000 Subject: [PATCH] addresses #699, Reconcile Zotero item types with CSL schema maps dictionaryEntry and encyclopediaArticle to entry-dictionary and entry-encyclopedia respectively (instead of chapter) --- chrome/content/zotero/xpcom/cite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 256d425483..d16cda60b2 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -62,8 +62,8 @@ Zotero.Cite.System._zoteroTypeMap = { 'magazineArticle':"article-magazine", 'newspaperArticle':"article-newspaper", 'thesis':"thesis", - 'encyclopediaArticle':"chapter", - 'dictionaryEntry':"chapter", + 'encyclopediaArticle':"entry-encyclopedia", + 'dictionaryEntry':"entry-dictionary", 'conferencePaper':"paper-conference", 'letter':"personal_communication", 'manuscript':"manuscript",