commit 817a768a8f3749975c6f52a00f98459d50859c46
parent 7c28c4789fceb10db3d7011de696c3d0a5ffcc7f
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 9 Mar 2011 23:37:28 +0000
update to citeproc-js 1.0.123
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -1752,7 +1752,7 @@ CSL.DateParser = function (txt) {
};
CSL.Engine = function (sys, style, lang, forceLang) {
var attrs, langspec, localexml, locale;
- this.processor_version = "1.0.122";
+ this.processor_version = "1.0.123";
this.csl_version = "1.0";
this.sys = sys;
this.sys.xml = new CSL.System.Xml.Parsing();
@@ -8015,7 +8015,7 @@ CSL.Util.FlipFlopper.prototype.getSplitStrings = function (str) {
}
len = strs.length;
for (pos = 0; pos < len; pos += 2) {
- strs[pos] = strs[pos].replace("'", "\u02bc");
+ strs[pos] = strs[pos].replace("'", "\u2019");
strs[pos] = CSL.Output.Formats[this.state.opt.mode].text_escape(strs[pos]);
}
return strs;