diff --git a/chrome/content/zotero/rtfScan.js b/chrome/content/zotero/rtfScan.js index e00f037c9f..bf4dc11cea 100644 --- a/chrome/content/zotero/rtfScan.js +++ b/chrome/content/zotero/rtfScan.js @@ -529,13 +529,15 @@ var Zotero_RTFScan = new function() { itemIDs = [itemID for(itemID in itemIDs)]; Zotero.debug(itemIDs); - style.updateItems(itemIDs); + + // prepare the list of rendered citations + var citationResults = style.rebuildProcessorState(cslCitations, "rtf"); // format citations var contentArray = []; var lastEnd = 0; for(var i=0; i