From 47ff4e79dc67ba869f70f8142a53497d10e63e1d Mon Sep 17 00:00:00 2001 From: fbennett Date: Thu, 27 Aug 2015 08:18:22 +0900 Subject: [PATCH] Fix bug in Create Bibliography from Item w/Notes --- chrome/content/zotero/xpcom/cite.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index fd8adbcd28..183101e3ed 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -81,8 +81,15 @@ Zotero.Cite = { } var styleClass = cslEngine.opt.class; - var citations = [cslEngine.appendCitationCluster({"citationItems":[{"id":item.id}], "properties":{}}, true)[0][1] - for each(item in items)]; + var citations=[]; + for (var i=0, ilen=items.length; i