Fix footnotes style in RTF Scan

Not sure when this broke
This commit is contained in:
Dan Stillman 2019-07-09 02:10:07 -04:00
parent 1424fd9a0e
commit 5ab0239bdf

View file

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