From 5d2c194771ce45ecaad9c4398d607e0e716b09c2 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 5 Apr 2011 00:55:48 +0000 Subject: [PATCH] update to citeproc-js 1.0.144 --- chrome/content/zotero/xpcom/citeproc.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 06b99403e..e8678d624 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -438,7 +438,7 @@ CSL_E4X.prototype.addInstitutionNodes = function(myxml) { default xml namespace = "http://purl.org/net/xbiblio/csl"; with({}); for each (node in myxml..names) { if ("xml" == typeof node && node.elements("name").length() > 0) { - if (!node.institution.toString()) { + if (!node.institution.toXMLString()) { institution_long =