summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-box.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-24 22:40:15 +0300
committerMarius <mariausol@gmail.com>2011-10-24 22:40:15 +0300
commita5d21303302bf6d9b36b4f83cf2117a7afc6bf23 (patch)
treee9ce2c4d979f36c1c46cdd2dd668d9d552e7f1f2 /tex/context/base/supp-box.lua
parent3c4b08436ea4eae984ce92fdffc28a0f8d3f3ae9 (diff)
downloadcontext-a5d21303302bf6d9b36b4f83cf2117a7afc6bf23.tar.gz
beta 2011.10.24 21:26
Diffstat (limited to 'tex/context/base/supp-box.lua')
-rw-r--r--tex/context/base/supp-box.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/supp-box.lua b/tex/context/base/supp-box.lua
index 48baecf6f..853de4cbe 100644
--- a/tex/context/base/supp-box.lua
+++ b/tex/context/base/supp-box.lua
@@ -47,7 +47,7 @@ end
commands.hyphenatedlist = hyphenatedlist
function commands.showhyphenatedinlist(list)
- report_hyphenation("show: %s",nodes.listtoutf(list))
+ report_hyphenation("show: %s",nodes.listtoutf(list,false,true))
end
local function checkedlist(list)