From 8188b9756c33faefb893fd892ffcc7f1088ae543 Mon Sep 17 00:00:00 2001 From: Elena Razlogova Date: Fri, 11 Jan 2008 11:36:01 +0000 Subject: [PATCH] fixes closing tag --- chrome/content/zotero/xpcom/cite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 7364110f3..9a14e61ad 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -647,7 +647,7 @@ Zotero.CSL.prototype.formatBibliography = function(itemSet, format) { if(this.class == "note" && isCitation) { output += "
  • "+string+span+"
  • \r\n"; } else if(secondFieldAlign) { - output += ''+string+span+"\r\n"; + output += ''+string+span+"\r\n"; for(var j=0; j