From 038d403d462912e9c5e58160a2a555f0c1f523a9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 21 Oct 2006 00:29:53 +0000 Subject: [PATCH] Fix for one of the bibliography errors --- chrome/content/zotero/xpcom/cite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index c20c2274c..78bbe771c 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1114,6 +1114,7 @@ Zotero.CSL.prototype._getFieldValue = function(name, element, item, formattedStr bibCitElement, position, locatorType, locator, typeName) { + var dataAppended = false; var itemID = item.getID(); if(element._serialized && this._ignore && this._ignore[itemID] && this._ignore[itemID][element._serialized]) { return false;