www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 64444775808736aef64c07260957dfc1a6bc68bf
parent 1025bb67dd9d20496bc6db4c9cc1577dba47c223
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 14 Feb 2014 04:00:41 -0500

Fix csledit breakage from 39dd3d81

Follow-up from #454

Diffstat:
Mchrome/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 @@ -175,7 +175,7 @@ } else { citation.citationItems[i].position = parseInt(pos, 10); - { + } var subcitation = [citation.citationItems[i]]; citations += styleEngine.makeCitationCluster(subcitation) + '<br />'; }