summaryrefslogtreecommitdiff
path: root/tex/context/base/math-tag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-tag.lua')
-rw-r--r--tex/context/base/math-tag.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/math-tag.lua b/tex/context/base/math-tag.lua
index 3cd4cae16..77c182942 100644
--- a/tex/context/base/math-tag.lua
+++ b/tex/context/base/math-tag.lua
@@ -304,7 +304,7 @@ process = function(start) -- we cannot use the processor as we have no finalizer
local left = getfield(start,"left")
local degree = getfield(start,"degree")
if left then
- start_tagged("")
+ start_tagged("ignore")
process(left) -- root symbol, ignored
stop_tagged()
end