From d9b43c66baf327f02f6f645c5752bfbff816c915 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 14 Nov 2007 17:05:48 +0000 Subject: [PATCH] Fixes #830, Abstract can't be used in citation styles --- chrome/content/zotero/xpcom/cite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 069f5ffcc..2af24b3df 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1751,7 +1751,7 @@ Zotero.CSL.Item._zoteroFieldMap = { "number-of-volumes":"numberOfVolumes", "edition":"edition", "genre":"type", - "abstract":"abstract", + "abstract":"abstractNote", "URL":"url", "DOI":"DOI", "note":"extra"