www

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

commit 4303df50796469ec212d45438b544d2f3084531e
parent bd389398a7542de55aec063fcbe009329ee46b96
Author: Frank <biercenator@gmail.com>
Date:   Tue,  1 May 2012 01:35:08 +0000

Refresh citeproc-js version 1.0.328 (again)

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

diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js @@ -2646,6 +2646,9 @@ CSL.Engine.prototype.remapSectionVariable = function (inputList) { item.label = CSL.STATUTE_SUBDIV_STRINGS[splt[0]]; item.locator = splt.slice(1).join(" "); } + if ((!item.label || item.label === "page") && item.locator && item.locator.match(/^[0-9].*/)) { + item.locator = ", " + item.locator; + } } if (value) { if (!later_label) {