commit 2ab46d3697dcb4a6f2d813ab13b56a94ce19ddab
parent d8f8d8a3f88fc8f3ad9e821660f9bc1090265593
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 24 Jun 2017 01:24:11 -0400
Update citeproc-js to 1.1.171
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -23,7 +23,7 @@
* <http://www.gnu.org/licenses/> respectively.
*/
var CSL = {
- PROCESSOR_VERSION: "1.1.170",
+ PROCESSOR_VERSION: "1.1.171",
CONDITION_LEVEL_TOP: 1,
CONDITION_LEVEL_BOTTOM: 2,
PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/,
@@ -15293,7 +15293,7 @@ CSL.Output.Formats.prototype.html = {
return "<a href=\"" + str + "\">" + str + "</a>";
},
"@DOI/true": function (state, str) {
- return "<a href=\"http://dx.doi.org/" + str + "\">" + str + "</a>";
+ return "<a href=\"https://doi.org/" + str + "\">" + str + "</a>";
}
};
CSL.Output.Formats.prototype.text = {