don't stick an extra newline between all bibliography entries (changes to citeproc-js RTF formatter code)
This commit is contained in:
parent
477d0effe0
commit
10cbc0ceeb
|
@ -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 ";
|
||||
|
|
Loading…
Reference in New Issue
Block a user