www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 59e31879fade010ddc3c009fe28eac218b1b4651
parent 976696772d68037c113084574d010b631685c122
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 31 Aug 2013 11:32:27 -0700

Merge pull request #380 from f-mb/patch-1

Update Zotero-to-CSL mapping for legal entries (statute and bill)
Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -54,14 +54,14 @@ const CSL_TEXT_MAPPINGS = { "collection-number":["seriesNumber"], "publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */ "publisher-place":["place"], - "authority":["court"], + "authority":["court","legislativeBody"], "page":["pages"], - "volume":["volume"], + "volume":["volume", "codeNumber"], "issue":["issue"], "number-of-volumes":["numberOfVolumes"], "number-of-pages":["numPages"], "edition":["edition"], - "version":["version"], + "version":["version", "session"], "section":["section"], "genre":["type"], "source":["libraryCatalog"],