diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 29f2d920e..4b0b2a9d1 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1790,7 +1790,7 @@ Zotero.CSL.Item.prototype.getDate = function(variable) { Zotero.CSL.Item._zoteroFieldMap = { "long":{ "title":"title", - "container-title":"publicationTitle", + "container-title":["publicationTitle", "reporter", "code"], /* reporter and code should move to SQL mapping tables */ "collection-title":["seriesTitle", "series"], "publisher":["publisher", "distributor"], "publisher-place":"place",