summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-06-01 22:12:48 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-06-01 22:12:48 +0200
commit822d6299d6c28fe3780ff40831ec5c00c60133f5 (patch)
tree365fa79c20cb515efe97785cdf59430ab17a1e8f /tex/context/base/mkiv/node-tra.lua
parente2658addf306f729945c184e46f98df39dd7026c (diff)
downloadcontext-822d6299d6c28fe3780ff40831ec5c00c60133f5.tar.gz
2019-06-01 19:20:00
Diffstat (limited to 'tex/context/base/mkiv/node-tra.lua')
-rw-r--r--tex/context/base/mkiv/node-tra.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/node-tra.lua b/tex/context/base/mkiv/node-tra.lua
index e1b6927fb..e2aaf8bbe 100644
--- a/tex/context/base/mkiv/node-tra.lua
+++ b/tex/context/base/mkiv/node-tra.lua
@@ -355,7 +355,9 @@ local function listtoutf(h,joiner,textonly,last,nodisc)
n = n + 1 ; w[n] = " "
end
elseif id == hlist_code or id == vlist_code then
- n = n + 1 ; w[n] = "[]"
+ n = n + 1 ; w[n] = "["
+ n = n + 1 ; w[n] = listtoutf(getlist(h),joiner,textonly,last,nodisc)
+ n = n + 1 ; w[n] = "]"
end
else
n = n + 1 ; w[n] = "[-]"