summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-ent.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lxml-ent.lua')
-rw-r--r--tex/context/base/lxml-ent.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/lxml-ent.lua b/tex/context/base/lxml-ent.lua
index 14b758f1c..a5c5bc389 100644
--- a/tex/context/base/lxml-ent.lua
+++ b/tex/context/base/lxml-ent.lua
@@ -35,7 +35,7 @@ local entities = xml.entities -- maybe some day properties
function xml.registerentity(key,value)
entities[key] = value
if trace_entities then
- report_xml("registering entity '%s' as: %s",key,value)
+ report_xml("registering entity %a as %a",key,value)
end
end