www

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

commit 0876d52b2c90c7419631584093c1db667ef602cd
parent 976696772d68037c113084574d010b631685c122
Author: FMB <f.martin-bariteau@umontreal.ca>
Date:   Sat, 31 Aug 2013 20:17:47 +0200

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"],