diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 751653424..28ca83b15 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -7207,7 +7207,7 @@ CSL.Output.Formats.prototype.rtf = { "bibend":"}", "@display/block":"%%STRING%%\\line\r\n", "@bibliography/entry": function(state,str){ - return str+"\\\r\n"; + return str; }, "@display/left-margin": function(state,str){ return str+"\\tab ";