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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue