Extended inline ref is now @{name|label}; colon gets confused with method operator

This commit is contained in:
steve donovan 2011-08-25 19:02:06 +02:00
parent 9d126aa2e7
commit 2174f39191
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function markup.add_sections(F, txt)
end end
local function handle_reference (ldoc, name) local function handle_reference (ldoc, name)
local qname,label = utils.splitv(name,'%s*:') local qname,label = utils.splitv(name,'%s*|')
if not qname then if not qname then
qname = name qname = name
end end