summaryrefslogtreecommitdiff
path: root/tex/context/base/back-exp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/back-exp.lua')
-rw-r--r--tex/context/base/back-exp.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/back-exp.lua b/tex/context/base/back-exp.lua
index fd3d4eb1b..4e2bab1f9 100644
--- a/tex/context/base/back-exp.lua
+++ b/tex/context/base/back-exp.lua
@@ -860,11 +860,11 @@ local function checkmath(root) -- we can provide utf.toentities as an option
else
local tg = di.tg
if tg == "mleft" then
- attributes.left = tostring(di.data[1].data[1])
+ attributes.left = tostring(di.data[1].data[1].content)
elseif tg == "mmiddle" then
- attributes.middle = tostring(di.data[1].data[1])
+ attributes.middle = tostring(di.data[1].data[1].content)
elseif tg == "mright" then
- attributes.right = tostring(di.data[1].data[1])
+ attributes.right = tostring(di.data[1].data[1].content)
else
n = n + 1
di.__i__ = n