summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-box.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-10-24 21:26:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-10-24 21:26:00 +0200
commitdff2745dae03ba945f2de644fb53218a47044e08 (patch)
tree74089de409cb9c40b52067e815e935029e817586 /tex/context/base/supp-box.lua
parent833cf5633ca02333e5a4880647cc3e69b71a314f (diff)
downloadcontext-dff2745dae03ba945f2de644fb53218a47044e08.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)