www

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

commit 7f9c2bc491a9bc1a39d2c683f5d1e39fd35983a2
parent 1aabbbfb67f154aed2b9e8c44c1ad2c3b7e51d74
Author: Frank Bennett <biercenator@gmail.com>
Date:   Tue, 19 Jun 2012 05:56:04 +0900

Upgrade citeproc-js to version 1.0.345

Diffstat:
Mchrome/content/zotero/xpcom/citeproc.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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) { ["<sup>", "</sup>", "superscript", "@vertical-align", ["sup", "sup","baseline"], true], ["<sub>", "</sub>", "subscript", "@vertical-align", ["sub", "sub","baseline"], true], ["<sc>", "</sc>", "smallcaps", "@font-variant", ["small-caps", "small-caps","normal"], true], + ["<span style=\"font-variant:small-caps;\">", "</span>", "smallcaps", "@font-variant", ["small-caps", "normal","normal"], true], ["<span class=\"nocase\">", "</span>", "passthrough", "@passthrough", ["true", "true","true"], true], ["<span class=\"nodecor\">", "</span>", "passthrough", "@passthrough", ["true", "true","true"], true], ['"', '"', "quotes", "@quotes", ["true", "inner","true"], "'"],