commit bd389398a7542de55aec063fcbe009329ee46b96 parent 53b6312a7ff1a5d78487e5d66f9b36b63bfbcc3a Author: Frank <biercenator@gmail.com> Date: Tue, 1 May 2012 00:27:21 +0000 Refresh citeproc-js version 1.0.328 Diffstat:
| M | chrome/content/zotero/xpcom/citeproc.js | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js @@ -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) {