From 51119d11f3700a5be7da086dacad56dd219a5c90 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 22 Mar 2022 03:01:37 +0000 Subject: CTAN sync 202203220301 --- biblio/citation-style-language/citeproc-node-choose.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'biblio/citation-style-language/citeproc-node-choose.lua') diff --git a/biblio/citation-style-language/citeproc-node-choose.lua b/biblio/citation-style-language/citeproc-node-choose.lua index aa36e2c8c3..e48731406c 100644 --- a/biblio/citation-style-language/citeproc-node-choose.lua +++ b/biblio/citation-style-language/citeproc-node-choose.lua @@ -1,3 +1,9 @@ +-- +-- Copyright (c) 2021-2022 Zeping Lee +-- Released under the MIT license. +-- Repository: https://github.com/zepinglee/citeproc-lua +-- + local choose = {} local element = require("citeproc-element") @@ -50,7 +56,7 @@ If.render = function (self, item, context) local locator_label = item.label or "page" local res = locator_label == locator_type if locator_type == "sub-verbo" then - res = locator_label == "sub verbo" + res = locator_label == "sub-verbo" or locator_label == "sub verbo" end table.insert(results, res) end -- cgit v1.2.3