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 =