diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index cc5c5c7621..baed5d74cb 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -265,7 +265,7 @@ Zotero.Cite.makeFormattedBibliography = function(cslEngine, format) { if(!co) continue; output.push(' ", ">", "g")+ - '"/>\n'); + '"/>\n'); } catch(e) { Zotero.logError(e); } @@ -378,7 +378,7 @@ Zotero.Cite.makeFormattedBibliography = function(cslEngine, format) { } //Zotero.debug(xml); - str = xml.toXMLString(); + str = xml.toXMLString().replace("/>", ">", "g"); } finally { XML.prettyPrinting = true; XML.ignoreWhitespace = true;