commit 0a66ad3c69663479867b9c068e8bd87357b1b629
parent 0f71d2456e4e726f18c783a5b6be83e2bd04fb41
Author: Frank <biercenator@gmail.com>
Date: Wed, 25 Jan 2012 16:04:54 +0800
Ugrade citeproc-js to version 1.0.268
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -1989,7 +1989,7 @@ CSL.DateParser = function () {
};
CSL.Engine = function (sys, style, lang, forceLang) {
var attrs, langspec, localexml, locale;
- this.processor_version = "1.0.267";
+ this.processor_version = "1.0.268";
this.csl_version = "1.0";
this.sys = sys;
this.sys.xml = new CSL.System.Xml.Parsing();
@@ -11145,8 +11145,8 @@ CSL.Registry.NameReg = function (state) {
if ("undefined" === typeof this.namereg[pkey] || "undefined" === typeof this.namereg[pkey].ikey[ikey]) {
return param;
}
- if (gdropt_orig === "by-cite" && param < request_base) {
- param = request_base;
+ if (gdropt_orig === "by-cite" && param <= request_base) {
+ return request_base;
}
if (!dagopt) {
return param;