diff --git a/module_citeq.lua b/module_citeq.lua index ff15e6b..0464a85 100644 --- a/module_citeq.lua +++ b/module_citeq.lua @@ -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