www

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

commit 516189aeaf189a93457edd1e1711b6618427e0f7
parent 5a09ea6bc46c86a9baaebf878e84681dab7346ae
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 26 Jan 2012 00:31:35 -0500

Map blogPost to post-weblog and forumPost to post in CSL

Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -115,9 +115,9 @@ const CSL_TYPE_MAPPINGS = { 'statute':"bill", // ?? 'email':"personal_communication", 'map':"map", - 'blogPost':"webpage", + 'blogPost':"post-weblog", 'instantMessage':"personal_communication", - 'forumPost':"webpage", + 'forumPost':"post", 'audioRecording':"song", // ?? 'presentation':"speech", 'videoRecording':"motion_picture",