mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Refresh citeproc-js version 1.0.328
This commit is contained in:
parent
53b6312a7f
commit
bd389398a7
1 changed files with 1 additions and 5 deletions
|
|
@ -2644,11 +2644,7 @@ CSL.Engine.prototype.remapSectionVariable = function (inputList) {
|
|||
var splt = item.locator.split(/\s+/);
|
||||
if (CSL.STATUTE_SUBDIV_STRINGS[splt[0]]) {
|
||||
item.label = CSL.STATUTE_SUBDIV_STRINGS[splt[0]];
|
||||
} else if (item.label) {
|
||||
item.locator = CSL.STATUTE_SUBDIV_STRINGS_REVERSE[item.label] + " " + item.locator;
|
||||
} else {
|
||||
item.label = "page";
|
||||
item.locator = "p. " + item.locator;
|
||||
item.locator = splt.slice(1).join(" ");
|
||||
}
|
||||
}
|
||||
if (value) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue