From cfadc215edf964393d13b61db74b20d7bbe48f98 Mon Sep 17 00:00:00 2001 From: Elena Razlogova Date: Sat, 15 Mar 2008 09:58:53 +0000 Subject: [PATCH] Maps encyclopediaArticle and dictionaryEntry to CSL chapter --- chrome/content/zotero/xpcom/cite.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 13093132a..4701db520 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -2177,6 +2177,8 @@ Zotero.CSL.Item._fallbackTypeMap = { magazineArticle:"article", newspaperArticle:"article", thesis:"article", + encyclopediaArticle:"chapter", + dictionaryEntry:"chapter", conferencePaper:"chapter", letter:"article", manuscript:"article",