summaryrefslogtreecommitdiff
path: root/tex/context/base/x-mathml.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-12-28 20:30:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-12-28 20:30:00 +0100
commit58f3f55b58d34d4a4b70a6099a81296b862e6d9f (patch)
tree6c2b139494f1af844a911bff3d510ccffcc9991f /tex/context/base/x-mathml.lua
parent4c30ec7a1d7f8a2ba19eb9a918723ca4369a8b7f (diff)
downloadcontext-58f3f55b58d34d4a4b70a6099a81296b862e6d9f.tar.gz
beta 2012.12.28 20:30
Diffstat (limited to 'tex/context/base/x-mathml.lua')
-rw-r--r--tex/context/base/x-mathml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/x-mathml.lua b/tex/context/base/x-mathml.lua
index f35251d37..9565057d0 100644
--- a/tex/context/base/x-mathml.lua
+++ b/tex/context/base/x-mathml.lua
@@ -13,7 +13,7 @@ local format, lower, find, gsub = string.format, string.lower, string.find, stri
local strip = string.strip
local xmlsprint, xmlcprint, xmltext, xmlcontent = xml.sprint, xml.cprint, xml.text, xml.content
local getid = lxml.getid
-local utfchar. utfcharacters, utfvalues = utf.char, utf.characters, utf.values
+local utfchar, utfcharacters, utfvalues = utf.char, utf.characters, utf.values
local lpegmatch = lpeg.match
local mathml = { }