summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-lin.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-04-21 22:44:47 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-04-21 22:44:47 +0200
commit01eb99bf60b6d94485a9deee54b4c259939ce3e8 (patch)
tree1ebbf95385adb3d49033536b4019772b6cba6626 /tex/context/base/mkiv/typo-lin.lua
parent726df97b4fd308f923fb1b4bf00ce533a7c88ebe (diff)
downloadcontext-01eb99bf60b6d94485a9deee54b4c259939ce3e8.tar.gz
2016-04-21 19:39:00
Diffstat (limited to 'tex/context/base/mkiv/typo-lin.lua')
-rw-r--r--tex/context/base/mkiv/typo-lin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/typo-lin.lua b/tex/context/base/mkiv/typo-lin.lua
index b794ed13c..40a27dd39 100644
--- a/tex/context/base/mkiv/typo-lin.lua
+++ b/tex/context/base/mkiv/typo-lin.lua
@@ -243,7 +243,7 @@ function paragraphs.normalize(head,islocal)
end
for line in traverse_id(hlist_code,tonut(head)) do
if getsubtype(line) == line_code and not getprop(line,"line") then
- normalize(line,islocal)
+ normalize(line)
end
end
return head, true