summaryrefslogtreecommitdiff
path: root/tex/context/base/s-inf-03.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/s-inf-03.mkiv')
-rw-r--r--tex/context/base/s-inf-03.mkiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/s-inf-03.mkiv b/tex/context/base/s-inf-03.mkiv
index e2428ce5e..0f4f82543 100644
--- a/tex/context/base/s-inf-03.mkiv
+++ b/tex/context/base/s-inf-03.mkiv
@@ -236,7 +236,7 @@ local function cleanup(s)
end
local function handler(k,t,depth)
- k = gsub(k,"([~#$%%^&{}\\\|])",cleanup)
+ k = gsub(k,"([~#$%%^&{}\\|])",cleanup)
NC() rlap("\\quad\\tx\\kern" .. (depth or 0).. "em" .. upper(sub(t,1,1)) .. " ".. k) NC() NC() NR()
end