diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 0ee6afae01..878bf0a390 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -22261,7 +22261,7 @@ CSL.Output.Formats.prototype.text = { return "\n"+str; }, "@display/left-margin": function (state, str) { - return str; + return str + " "; }, "@display/right-inline": function (state, str) { return str;