Fix csledit breakage from 39dd3d81

Follow-up from #454
This commit is contained in:
Dan Stillman 2014-02-14 04:00:41 -05:00
parent 1025bb67dd
commit 6444477580

View file

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