summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/s-system-tokens.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkxl/s-system-tokens.lmt')
-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)