summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-09-23 12:40:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-09-23 12:40:00 +0200
commitbd88b34201a32e8c936f518336016f0abae49a09 (patch)
tree6f9fb7dcd3cd480dfc7466d703ed880a5f113b46 /tex/context/base/node-tra.lua
parent0c505920129b0e27f00c7e7fa328c182b1576d67 (diff)
downloadcontext-bd88b34201a32e8c936f518336016f0abae49a09.tar.gz
beta 2012.09.23 12:40
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index 4ff6c1033..387dd99a6 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -557,7 +557,7 @@ local function listtoutf(h,joiner,textonly,last)
mid and listtoutf(mid,joiner,textonly) or ""
)
elseif textonly then
- if id == glue_code and h.width > 0 then
+ if id == glue_code and h.spec and h.spec.width > 0 then
w[#w+1] = " "
end
else