summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lang-dis.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lang-dis.lmt')
-rw-r--r--tex/context/base/mkxl/lang-dis.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lang-dis.lmt b/tex/context/base/mkxl/lang-dis.lmt
index 5c4ab1e34..36fea59c0 100644
--- a/tex/context/base/mkxl/lang-dis.lmt
+++ b/tex/context/base/mkxl/lang-dis.lmt
@@ -205,7 +205,7 @@ local flatten = languages.flatten
nodes.handlers.flattenline = flatten
function nodes.handlers.flatten(head,where)
- if head and (where == "box" or where == "adjusted_hbox") then
+ if head and (where == "box" or where == "adjustedhbox") then
return flatten(head)
end
return head