summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lxml-tab.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/lxml-tab.lua')
-rw-r--r--tex/context/base/mkiv/lxml-tab.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/lxml-tab.lua b/tex/context/base/mkiv/lxml-tab.lua
index 3af4974d3..edc4e75eb 100644
--- a/tex/context/base/mkiv/lxml-tab.lua
+++ b/tex/context/base/mkiv/lxml-tab.lua
@@ -1967,7 +1967,7 @@ function xml.kind(e)
local tg = d.tg
if tg == "@cd@" then
return "cdata"
- elseif tg == "@cm" then
+ elseif tg == "@cm@" then
return "comment"
elseif tg == "@pi@" then
return "instruction"