From 516189aeaf189a93457edd1e1711b6618427e0f7 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 26 Jan 2012 00:31:35 -0500 Subject: [PATCH] Map blogPost to post-weblog and forumPost to post in CSL --- chrome/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 index 23740fc06b..7bbe74ffd5 100644 --- 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",