Skip to content

Commit

Permalink
Fix for citeproc
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Feb 28, 2019
1 parent b5899b1 commit 7240e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/citeproc.js
Expand Up @@ -7383,7 +7383,7 @@ CSL.Node.group = {
this.execs.push(func);
}
func = function (state, Item) {
state.output.endTag();
state.output.endTag("group");
if (this.realGroup) {
var flags = state.tmp.group_context.pop();
if (state.tmp.group_context.tip.condition) {
Expand Down

0 comments on commit 7240e5c

Please sign in to comment.