We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3fc36 commit 056989eCopy full SHA for 056989e
cito/cito.lua
@@ -88,7 +88,7 @@ end
88
--- `default_cito_property` will be returned, together with the
89
--- unchanged input ID.
90
local function split_cito_from_id (citation_id)
91
- local pattern = '^(.+):(.+)$'
+ local pattern = '^([^:]+):(.+)$'
92
local prop_alias, split_citation_id = citation_id:match(pattern)
93
94
if properties_by_alias[prop_alias] then
0 commit comments