diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
index ad45011e5..a40219551 100644
--- a/chrome/content/zotero/xpcom/citeproc.js
+++ b/chrome/content/zotero/xpcom/citeproc.js
@@ -57,7 +57,7 @@ if (!Array.indexOf) {
};
}
var CSL = {
- PROCESSOR_VERSION: "1.0.344",
+ PROCESSOR_VERSION: "1.0.345",
STATUTE_SUBDIV_GROUPED_REGEX: /((?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/g,
STATUTE_SUBDIV_PLAIN_REGEX: /(?:(?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/,
STATUTE_SUBDIV_STRINGS: {
@@ -11049,6 +11049,7 @@ CSL.Util.FlipFlopper = function (state) {
["", "", "superscript", "@vertical-align", ["sup", "sup","baseline"], true],
["", "", "subscript", "@vertical-align", ["sub", "sub","baseline"], true],
["", "", "smallcaps", "@font-variant", ["small-caps", "small-caps","normal"], true],
+ ["", "", "smallcaps", "@font-variant", ["small-caps", "normal","normal"], true],
["", "", "passthrough", "@passthrough", ["true", "true","true"], true],
["", "", "passthrough", "@passthrough", ["true", "true","true"], true],
['"', '"', "quotes", "@quotes", ["true", "inner","true"], "'"],