summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex b/Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex
index 875f02da696..f8bfeef3a6e 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex
+++ b/Master/texmf-dist/tex/context/base/mkiv/mtx-context-xml.tex
@@ -76,11 +76,6 @@
if template then
moduledata.xml.analyzers.allsetups(files,type(template) == "string" and template or nil)
end
- context.page()
- for i=1,#files do
- context.type(files[i])
- context.par()
- end
else
context("no action given")
end