DOI lowercase fix, 24 August 2026

This commit is contained in:
Jonathan Harker 2026-08-29 22:52:56 +12:00
parent e36f1d597d
commit 61b2d57f61

View file

@ -383,6 +383,8 @@ local function _cite_q (citeq_args)
end
end
citeq_args.doi = citeq_args.doi and citeq_args.doi:lower() or nil; -- force |doi= value to be lower case
citeq_args.others = citeq_args.others or table.concat(oth, ". ")
if citeq_args.others == "" then
citeq_args.others = nil