diff --git a/chrome/content/zotero/rtfScan.js b/chrome/content/zotero/rtfScan.js index 7ad663806b..612b3babc5 100644 --- a/chrome/content/zotero/rtfScan.js +++ b/chrome/content/zotero/rtfScan.js @@ -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;