www

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

commit f3bfe8be7f9947166192bd8ff73132079c82aa03
parent f746289299a3a1465d6d15aa2dcf95f1d35f64e5
Author: Dan Stillman <dstillman@gmail.com>
Date:   Fri, 16 Nov 2012 00:35:54 -0800

Merge pull request #198 from aurimasv/cslMappings

Fix typo
Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -65,7 +65,7 @@ const CSL_TEXT_MAPPINGS = { "section":["section"], "genre":["type"], "source":["libraryCatalog"], - "dimension": ["artworkSize", "runningTime"], + "dimensions": ["artworkSize", "runningTime"], "medium":["medium", "system"], "scale":["scale"], "archive":["archive"],