From 64444775808736aef64c07260957dfc1a6bc68bf Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 14 Feb 2014 04:00:41 -0500 Subject: [PATCH] Fix csledit breakage from 39dd3d81 Follow-up from #454 --- chrome/content/zotero/tools/csledit.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/tools/csledit.xul b/chrome/content/zotero/tools/csledit.xul index 87bd96ce7f..811b444458 100644 --- a/chrome/content/zotero/tools/csledit.xul +++ b/chrome/content/zotero/tools/csledit.xul @@ -175,7 +175,7 @@ } else { citation.citationItems[i].position = parseInt(pos, 10); - { + } var subcitation = [citation.citationItems[i]]; citations += styleEngine.makeCitationCluster(subcitation) + '
'; }