summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/x-openmath.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/x-openmath.xsl')
-rw-r--r--Master/texmf-dist/tex/context/base/x-openmath.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/x-openmath.xsl b/Master/texmf-dist/tex/context/base/x-openmath.xsl
index e91b83e51c6..ffb40493951 100644
--- a/Master/texmf-dist/tex/context/base/x-openmath.xsl
+++ b/Master/texmf-dist/tex/context/base/x-openmath.xsl
@@ -6,7 +6,7 @@
<!-- newline, temp hack, latest texexec handles it okay -->
- <xsl:template match ="processing-instruction()"><xsl:copy/><xsl:text>
+ <xsl:template match="processing-instruction()"><xsl:copy/><xsl:text>
</xsl:text></xsl:template>
<!-- xsl:template match="*"><xsl:copy/></xsl:template -->
@@ -20,7 +20,7 @@
</xsl:template>
-->
- <xsl:template match = "node()|@*" >
+ <xsl:template match="node()|@*" >
<xsl:copy>
<xsl:apply-templates select = "node()|@*" />
</xsl:copy>