diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 1d81c2125..493fcb7aa 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -9,6 +9,7 @@ Zotero.Cite.System = function(){}; Zotero.Cite.System._zoteroNameMap = { "author":"author", "bookAuthor":"container-author", + "composer":"composer", "editor":"editor", "interviewer":"interviewer", "recipient":"recipient",