summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-lmt.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-lmt.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-lmt.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/mlib-lmt.lmt b/tex/context/base/mkxl/mlib-lmt.lmt
index 7bbccb16b..ba86f0758 100644
--- a/tex/context/base/mkxl/mlib-lmt.lmt
+++ b/tex/context/base/mkxl/mlib-lmt.lmt
@@ -136,7 +136,7 @@ function mp.lmt_svg_include()
end
registerscript("remaptext", function()
- local parameters = metapost.scanparameters()
+ local parameters = metapost.scanparameters(true) -- gobble the semi colon (avoid lookahead)
if parameters and parameters.label then
metapost.remaptext(parameters)
end