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) + '
'; }