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