don't stick an extra newline between all bibliography entries (changes to citeproc-js RTF formatter code)

This commit is contained in:
Simon Kornblith 2010-07-06 07:23:10 +00:00
parent 477d0effe0
commit 10cbc0ceeb

View File

@ -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 ";