summaryrefslogtreecommitdiff
path: root/tex/context/base/core-ctx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/core-ctx.lua')
-rw-r--r--tex/context/base/core-ctx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/core-ctx.lua b/tex/context/base/core-ctx.lua
index f9920d4c4..db85eaf7d 100644
--- a/tex/context/base/core-ctx.lua
+++ b/tex/context/base/core-ctx.lua
@@ -26,7 +26,7 @@ function commands.loadctxpreplist()
end
--~ end
for e in xml.collected(x,"ctx:prepfile") do
- local name = xml.content(e)
+ local name = xml.text(e)
if islocal then
name = file.basename(name)
end