summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-08-22 12:15:53 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-08-22 12:15:53 +0200
commit4d2f305f0f00e1d6d6c03443596a830bfb9da69c (patch)
treeaa049c7577e473819cf14b8950304fd4079eee1a /tex/context/modules/mkxl
parentaf60125ab3fa9e482720f0f46c2143fa08512113 (diff)
downloadcontext-4d2f305f0f00e1d6d6c03443596a830bfb9da69c.tar.gz
2021-08-22 11:53:00
Diffstat (limited to 'tex/context/modules/mkxl')
-rw-r--r--tex/context/modules/mkxl/s-system-tokens.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/modules/mkxl/s-system-tokens.lmt b/tex/context/modules/mkxl/s-system-tokens.lmt
index 39258d637..c19f6699e 100644
--- a/tex/context/modules/mkxl/s-system-tokens.lmt
+++ b/tex/context/modules/mkxl/s-system-tokens.lmt
@@ -173,7 +173,7 @@ function moduledata.system.tokens.table(t)
end
w = concat(r, " ")
end
- if type(t) == "table" then
+ if type(t) == "table" and #t > 0 then
context.starttabulate { "|l|r|r|l|c|l|l|" }
ctx_FL()
ctx_NC() context.formatted.rlap("\\bold %s: %s",w,n)