From 052a096e160508ddbbbfcbf1522eb8ddbfc3b1cd Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 25 Jun 2018 13:51:38 +0200 Subject: 2018-06-25 12:28:00 --- tex/context/base/mkiv/strc-ref.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/strc-ref.lua') diff --git a/tex/context/base/mkiv/strc-ref.lua b/tex/context/base/mkiv/strc-ref.lua index 02971c3f9..cf39a4d99 100644 --- a/tex/context/base/mkiv/strc-ref.lua +++ b/tex/context/base/mkiv/strc-ref.lua @@ -1982,7 +1982,7 @@ local function setinternalreference(specification) if reference then local prefix = specification.prefix if prefix and prefix ~= "" then - prefix = prefix .. ":" -- watch out, : here + local prefix = prefix .. ":" -- watch out, : here local function action(ref) tn = tn + 1 t[tn] = prefix .. ref @@ -2076,7 +2076,7 @@ function references.setandgetattribute(data) -- maybe do internal automatically local done = references.set(data) -- we had kind i.e .item -> full if done then attr = setinternalreference { - prefix = prefix, + prefix = rdat.prefix, reference = rdat.reference, internal = rdat.internal, view = rdat.view -- cgit v1.2.3