Fix footnotes style in RTF Scan
Not sure when this broke
This commit is contained in:
parent
1424fd9a0e
commit
5ab0239bdf
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ var Zotero_RTFScan = new function() {
|
|||
var locale = document.getElementById("locale-menu").value;
|
||||
var style = zStyle.getCiteProc(locale);
|
||||
style.setOutputFormat("rtf");
|
||||
var isNote = style.class == "note";
|
||||
var isNote = zStyle.class == "note";
|
||||
|
||||
// create citations
|
||||
var k = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue