From 6e85a0440df5e8e6725150379b066f9f2a9d7dc1 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 22 Aug 2011 16:10:56 +0000 Subject: [PATCH] Map system to medium in CSL --- 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 980db1d6d..c83261c9a 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -37,7 +37,7 @@ Zotero.Cite.System._zoteroFieldMap = { "version":["version"], "section":["section"], "genre":["type", "artworkSize"], /* artworkSize should move to SQL mapping tables, or added as a CSL variable */ - "medium":["medium"], + "medium":["medium", "system"], "archive":["archive"], "archive_location":["archiveLocation"], "event":["meetingName", "conferenceName"], /* these should be mapped to the same base field in SQL mapping tables */