From 10cbc0ceeb088313175032df11928b82cc44c4f4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 6 Jul 2010 07:23:10 +0000 Subject: [PATCH] don't stick an extra newline between all bibliography entries (changes to citeproc-js RTF formatter code) --- chrome/content/zotero/xpcom/citeproc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ";