diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 256d42548..d16cda60b 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",