summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-dir.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-08 21:30:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-08 21:30:04 +0200
commit0e99988c85616897aa99e28c4f00d596d677f5ab (patch)
tree743d9039ab43aab9ad4e2881b47ce9e854986567 /tex/context/base/mkiv/math-dir.lua
parent96f283b0d4f0259b7d7d1c64d1d078c519fc84a6 (diff)
downloadcontext-0e99988c85616897aa99e28c4f00d596d677f5ab.tar.gz
2016-08-08 21:06:00
Diffstat (limited to 'tex/context/base/mkiv/math-dir.lua')
-rw-r--r--tex/context/base/mkiv/math-dir.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/tex/context/base/mkiv/math-dir.lua b/tex/context/base/mkiv/math-dir.lua
index c9c2a38dd..6978ba3b5 100644
--- a/tex/context/base/mkiv/math-dir.lua
+++ b/tex/context/base/mkiv/math-dir.lua
@@ -108,13 +108,13 @@ local function processmath(head)
end
elseif not start then
-- nothing
-if id == hlist_code or id == vlist_code then
- local list, d = processmath(getlist(current))
- setlist(current,list)
- if d then
- done = true
- end
-end
+ if id == hlist_code or id == vlist_code then
+ local list, d = processmath(getlist(current))
+ setlist(current,list)
+ if d then
+ done = true
+ end
+ end
elseif start == stop then
start = nil
else