commit 8f5903f5eb95985dbda18ba2edd5d99ccd9b0da6
parent 9ca40890a9d9ebeb57ad0d74a2109fe6c99db9b6
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 11 Dec 2017 23:24:43 -0500
Wrap URLs and DOIs in HTML output
Closes #1387
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js
@@ -757,6 +757,7 @@ Zotero.Style.prototype.getCiteProc = function(locale, automaticJournalAbbreviati
overrideLocale
);
+ citeproc.opt.development_extensions.wrap_url_and_doi = true;
// Don't try to parse author names. We parse them in itemToCSLJSON
citeproc.opt.development_extensions.parse_names = false;