summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-tra.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-29 19:15:03 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-10-29 19:15:03 +0100
commit46ad5337af14360d52018b342c1c3fdee7dc7cf6 (patch)
treeaab133b66e3616a29737bb3aff57ca06fa3fd58a /tex/context/base/publ-tra.lua
parent8b2d210bded556395191e66f360a5ef35e5e1f8d (diff)
downloadcontext-46ad5337af14360d52018b342c1c3fdee7dc7cf6.tar.gz
2014-10-29 17:49:00
Diffstat (limited to 'tex/context/base/publ-tra.lua')
-rw-r--r--tex/context/base/publ-tra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/publ-tra.lua b/tex/context/base/publ-tra.lua
index 531a9409a..85660fdd8 100644
--- a/tex/context/base/publ-tra.lua
+++ b/tex/context/base/publ-tra.lua
@@ -186,7 +186,7 @@ function tracers.showdatasetcompleteness(settings)
end
end
if not okay then
- done = required(done,foundfields,table.concat(r,"\\space\\letterbar\\space"))
+ done = required(done,foundfields,table.concat(r," {\\letterbar} "))
end
elseif rawget(entry,r) then
done = required(done,foundfields,r,entry[r])