diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 308bd82142..1d81c2125a 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -8,10 +8,12 @@ Zotero.Cite.System = function(){}; */ Zotero.Cite.System._zoteroNameMap = { "author":"author", + "bookAuthor":"container-author", "editor":"editor", - "translator":"translator", + "interviewer":"interviewer", + "recipient":"recipient", "seriesEditor":"collection-editor", - "bookAuthor":"container-author" + "translator":"translator" } /**