diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index a57066072..3a1900f00 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1310,7 +1310,7 @@ Zotero.CSL.prototype._processElements = function(item, element, formattedString, } else if(attribute == "locator") { exists = citationItem && citationItem.locator && (citationItem.locatorType == variables[j] - || (!citation.locatorType && variables[j] == "page")); + || (!citationItem.locatorType && variables[j] == "page")); } else { // attribute == "position" if(variables[j] == "first") { exists = !citationItem