From 57eb90196c01145302311f6b14d2ef8fe1da2a4a Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 10 Nov 2010 01:56:47 +0000 Subject: [PATCH] closes #1734, Map CSL number-of-pages to Zotero numPages Thanks Frank, and sorry for overlooking this --- chrome/content/zotero/xpcom/cite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 8b5050629..fdbd319d0 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -29,6 +29,7 @@ Zotero.Cite.System._zoteroFieldMap = { "volume":["volume"], "issue":["issue"], "number-of-volumes":["numberOfVolumes"], + "number-of-pages":["numPages"], "edition":["edition"], "version":["version"], "section":["section"],